Skip to content

Commit c22923b

Browse files
authored
Use PHPStan 2.0 (#18)
1 parent c58ba6c commit c22923b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"editorconfig-checker/editorconfig-checker": "^10.6.0",
1616
"ergebnis/composer-normalize": "^2.42.0",
1717
"nette/utils": "^4",
18-
"phpstan/phpstan": "^1.10.67",
19-
"phpstan/phpstan-phpunit": "^1.3.16",
20-
"phpstan/phpstan-strict-rules": "^1.5.5",
18+
"phpstan/phpstan": "^2.0",
19+
"phpstan/phpstan-phpunit": "^2.0",
20+
"phpstan/phpstan-strict-rules": "^2.0",
2121
"phpunit/phpunit": "^10.5",
2222
"psr/log": "^3",
23-
"shipmonk/composer-dependency-analyser": "^1.5",
23+
"shipmonk/composer-dependency-analyser": "^1.7",
2424
"shipmonk/name-collision-detector": "^2.1.1",
25-
"shipmonk/phpstan-rules": "^3.2",
25+
"shipmonk/phpstan-rules": "^4.0",
2626
"slevomat/coding-standard": "^8.15.0",
2727
"symfony/cache": "^6 || ^7"
2828
},

0 commit comments

Comments
 (0)