Skip to content

Commit 5bdb6c8

Browse files
committed
also allow phpstan extensions ^2
1 parent 0e9a4d5 commit 5bdb6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require-dev": {
1515
"laminas/laminas-coding-standard": "^2.0.0",
1616
"maglnet/composer-require-checker": "^2|^3|^4",
17-
"phpstan/phpstan-phpunit": "^1.3",
18-
"phpstan/phpstan-strict-rules": "^1.5",
17+
"phpstan/phpstan-phpunit": "^1.3 || ^2.0",
18+
"phpstan/phpstan-strict-rules": "^1.5 || ^2.0",
1919
"phpunit/phpunit": "^8.5.31 || ^9.5.10 || ^10.5.35",
2020
"roave/security-advisories": "dev-master",
2121
"squizlabs/php_codesniffer": "^3.7",

0 commit comments

Comments
 (0)