Skip to content

Commit fad1ae4

Browse files
committed
to support PHP 8.4, update PHPStan to 1.12
1 parent 17131e5 commit fad1ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
],
99
"require": {
1010
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
11-
"phpstan/phpstan": "^1.11",
11+
"phpstan/phpstan": "^1.12",
1212
"struggle-for-php/sfp-stubs-psr-log": "^1.0.1 || ^2 || ^3.0.1"
1313
},
1414
"require-dev": {
1515
"laminas/laminas-coding-standard": "^2.0.0",
1616
"maglnet/composer-require-checker": "^2|^3|^4",
1717
"phpstan/phpstan-phpunit": "^1.3",
1818
"phpstan/phpstan-strict-rules": "^1.5",
19-
"phpunit/phpunit": "^8.5.31 || ^9.5.10",
19+
"phpunit/phpunit": "^8.5.31 || ^9.5.10 || ^10.5.35",
2020
"roave/security-advisories": "dev-master",
2121
"squizlabs/php_codesniffer": "^3.7",
22-
"vimeo/psalm": "^4 || ^5.9"
22+
"vimeo/psalm": "^4 || ^5.26"
2323
},
2424
"conflict": {
2525
"nikic/php-parser": "<4.13.0"

0 commit comments

Comments
 (0)