Skip to content

Commit 60c2933

Browse files
authored
composer.json: Drop require-dev support for phpstan 1
Fixes #1494
1 parent 7cb615b commit 60c2933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.5|^11.5|^12.0",
2020
"laminas/laminas-diactoros": "^3.5",
21-
"phpstan/phpstan": "^1.12|^2.0",
22-
"phpstan/phpstan-phpunit": "^1.3.15|^2.0",
21+
"phpstan/phpstan": "^2.0",
22+
"phpstan/phpstan-phpunit": "^2.0",
2323
"roave/security-advisories": "dev-master",
2424
"phpstan/extension-installer": "^1.3.1",
25-
"phpstan/phpstan-deprecation-rules": "^1.1.4|^2.0",
26-
"phpstan/phpstan-strict-rules": "^1.5.2|^2.0",
25+
"phpstan/phpstan-deprecation-rules": "^2.0",
26+
"phpstan/phpstan-strict-rules": "^2.0",
2727
"slevomat/coding-standard": "^8.14.1",
2828
"php-parallel-lint/php-parallel-lint": "^1.3.2",
2929
"squizlabs/php_codesniffer": "^3.8"

0 commit comments

Comments
 (0)