Skip to content

Commit

Permalink
to support PHP 8.4, update PHPStan to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Sep 25, 2024
1 parent 17131e5 commit fad1ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
],
"require": {
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^1.12",
"struggle-for-php/sfp-stubs-psr-log": "^1.0.1 || ^2 || ^3.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.0.0",
"maglnet/composer-require-checker": "^2|^3|^4",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^8.5.31 || ^9.5.10",
"phpunit/phpunit": "^8.5.31 || ^9.5.10 || ^10.5.35",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^4 || ^5.9"
"vimeo/psalm": "^4 || ^5.26"
},
"conflict": {
"nikic/php-parser": "<4.13.0"
Expand Down

0 comments on commit fad1ae4

Please # to comment.