Skip to content

Commit a167158

Browse files
authored
Min requirement is PHPStan 2.0 (#125)
1 parent de149a2 commit a167158

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
@@ -17,13 +17,13 @@
1717
"composer-runtime-api": "^2",
1818
"composer/semver": "^3.4",
1919
"nikolaposa/version": "^4.1",
20-
"phpstan/phpstan": "^1.10 || ^2.0"
20+
"phpstan/phpstan": "^2.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.64",
2424
"nikic/php-parser": "^4.0",
2525
"phpstan/extension-installer": "^1.4",
26-
"phpstan/phpstan-deprecation-rules": "^1.2",
26+
"phpstan/phpstan-deprecation-rules": "^2",
2727
"phpunit/phpunit": "^9 || ^10.5",
2828
"redaxo/php-cs-fixer-config": "^1.0"
2929
},

0 commit comments

Comments
 (0)