Skip to content

Commit 6ef0a59

Browse files
committed
lock phpstan requirements
1 parent a64271a commit 6ef0a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"scripts": {
7171
"test": "bin/phpunit --color=always -v --debug",
7272
"static-analysis": [
73-
"@composer req --ansi --dev phpstan/phpstan-shim",
74-
"bin/phpstan.phar analyse --ansi -l 1 -c phpstan.neon src",
75-
"@composer rem --ansi --dev phpstan/phpstan-shim"
73+
"@composer req --ansi --dev 'phpstan/phpstan:^0.10.3'",
74+
"phpstan analyse --ansi -l 1 -c phpstan.neon src",
75+
"@composer rem --ansi --dev phpstan/phpstan"
7676
],
7777
"bench": [
7878
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",

0 commit comments

Comments
 (0)