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 27b5f35 commit 640825dCopy full SHA for 640825d
composer.json
@@ -56,9 +56,9 @@
56
],
57
"phpstan-install": [
58
"mkdir -p temp/phpstan",
59
- "composer require -d temp/phpstan phpstan/phpstan:0.9.2",
60
- "composer require -d temp/phpstan phpstan/phpstan-nette:0.9",
61
- "composer require -d temp/phpstan phpstan/phpstan-strict-rules:0.9"
+ "composer require -d temp/phpstan phpstan/phpstan:0.10",
+ "composer require -d temp/phpstan phpstan/phpstan-nette:0.10",
+ "composer require -d temp/phpstan phpstan/phpstan-strict-rules:0.10"
62
63
"phpstan": [
64
"temp/phpstan/vendor/bin/phpstan analyse -l max -c phpstan.neon src"
0 commit comments