We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64271a commit 6ef0a59Copy full SHA for 6ef0a59
composer.json
@@ -70,9 +70,9 @@
70
"scripts": {
71
"test": "bin/phpunit --color=always -v --debug",
72
"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"
+ "@composer req --ansi --dev 'phpstan/phpstan:^0.10.3'",
+ "phpstan analyse --ansi -l 1 -c phpstan.neon src",
+ "@composer rem --ansi --dev phpstan/phpstan"
76
],
77
"bench": [
78
"test -f phpbench.phar || wget https://phpbench.github.io/phpbench/phpbench.phar https://phpbench.github.io/phpbench/phpbench.phar.pubkey",
0 commit comments