Skip to content

Commit

Permalink
also allow phpstan extensions ^2
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Oct 16, 2024
1 parent 0e9a4d5 commit 5bdb6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"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",
"phpstan/phpstan-phpunit": "^1.3 || ^2.0",
"phpstan/phpstan-strict-rules": "^1.5 || ^2.0",
"phpunit/phpunit": "^8.5.31 || ^9.5.10 || ^10.5.35",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7",
Expand Down

0 comments on commit 5bdb6c8

Please # to comment.