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 ec15cb3 commit d534c4bCopy full SHA for d534c4b
composer.json
@@ -74,9 +74,8 @@
74
"cs-check": "phpcs",
75
"cs-fix": "phpcbf",
76
"test": "phpunit",
77
- "stan": "phpstan analyse",
78
- "phpstan": "phpstan analyse",
79
- "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^2.0.0 && mv composer.backup composer.json",
+ "stan": "tools/phpstan analyse",
+ "stan-setup": "phive install",
80
"test-coverage": "phpunit --coverage-clover=clover.xml"
81
},
82
"config": {
0 commit comments