Skip to content

Commit 4cbc7bb

Browse files
committed
migrate to PSL
Signed-off-by: azjezz <[email protected]>
1 parent 95d5537 commit 4cbc7bb

File tree

73 files changed

+1341
-1627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1341
-1627
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@
1010
},
1111
"require": {
1212
"php": "^8.0.0",
13-
"ocramius/package-versions": "^2.3.0",
13+
"azjezz/psl": "^1.7.1",
1414
"jwage/changelog-generator": "^1.3.0",
1515
"laminas/laminas-diactoros": "^2.5.0",
1616
"lcobucci/clock": "^2.0.0",
1717
"monolog/monolog": "^2.2.0",
18+
"ocramius/package-versions": "^2.3.0",
1819
"phly/keep-a-changelog": "^2.11.0",
1920
"php-http/curl-client": "^2.2.0",
2021
"php-http/discovery": "^1.13.0",
2122
"php-http/httplug": "^2.2.0",
2223
"psr/http-client": "^1.0.1",
2324
"psr/http-message": "^1.0.1",
2425
"psr/log": "^1.1.3",
25-
"symfony/console": "^5.2.3",
26-
"symfony/process": "^5.2.2",
27-
"thecodingmachine/safe": "^1.3.3",
28-
"webmozart/assert": "^1.9.1"
26+
"symfony/console": "^5.2.3"
2927
},
3028
"autoload-dev": {
3129
"psr-4": {
@@ -34,11 +32,12 @@
3432
},
3533
"require-dev": {
3634
"doctrine/coding-standard": "^8.2.0",
35+
"php-standard-library/psalm-plugin": "^1.1.1",
3736
"phpunit/phpunit": "^9.5.0",
3837
"psalm/plugin-phpunit": "^0.15.1",
3938
"roave/infection-static-analysis-plugin": "^1.7",
4039
"squizlabs/php_codesniffer": "^3.5.8",
41-
"vimeo/psalm": "^4.3.2"
40+
"vimeo/psalm": "^4.7.2"
4241
},
4342
"config": {
4443
"sort-packages": true

0 commit comments

Comments
 (0)