Skip to content

Commit 4920cd3

Browse files
authored
PHPStan is not true dependency (#3)
1 parent 39c8339 commit 4920cd3

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
@@ -13,13 +13,13 @@
1313
"error identifier"
1414
],
1515
"require": {
16-
"php": "^8.1",
17-
"phpstan/phpstan": "^2"
16+
"php": "^8.1"
1817
},
1918
"require-dev": {
2019
"editorconfig-checker/editorconfig-checker": "^10.7.0",
2120
"ergebnis/composer-normalize": "2.47.0",
2221
"phpstan/extension-installer": "^1.4.3",
22+
"phpstan/phpstan": "^2.1.17",
2323
"phpstan/phpstan-phpunit": "^2.0.6",
2424
"phpstan/phpstan-strict-rules": "^2.0.4",
2525
"phpunit/phpunit": "^10.5.46",

0 commit comments

Comments
 (0)