Skip to content

Commit fc1ee83

Browse files
authored
Merge pull request #28 from list-interop/drop-7.3
Drop support for PHP 7.3
2 parents 658c8a1 + 48c1e90 commit fc1ee83

File tree

16 files changed

+194
-177
lines changed

16 files changed

+194
-177
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.3 || ~8.0 || ~8.1",
15+
"php": "^7.4 || ~8.0 || ~8.1",
1616
"ext-json": "*",
1717
"fig/http-message-util": "^1.1",
1818
"myclabs/php-enum": "^1.8",
@@ -30,8 +30,8 @@
3030
"require-dev": {
3131
"ext-curl": "*",
3232
"doctrine/coding-standard": "^10.0",
33-
"ergebnis/composer-normalize": "^2.20.0",
34-
"laminas/laminas-diactoros": "^2.14.0",
33+
"ergebnis/composer-normalize": "^2.28.3",
34+
"laminas/laminas-diactoros": "^2.16.0",
3535
"php-http/curl-client": "^2.2.1",
3636
"phpunit/phpunit": "^9.5.23",
3737
"psalm/plugin-phpunit": "^0.17.0",
@@ -67,9 +67,10 @@
6767
"scripts": {
6868
"check": [
6969
"phpcs",
70-
"psalm",
70+
"psalm --stats",
7171
"phpunit --coverage-xml=build/coverage/coverage-xml --log-junit=build/coverage/junit.xml --exclude-group=Smoke"
7272
],
73+
"static-analysis": "psalm --shepherd --stats",
7374
"clean": [
7475
"composer normalize",
7576
"psalm --clear-cache",

0 commit comments

Comments
 (0)