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 452a3b1 commit 5289046Copy full SHA for 5289046
composer.json
@@ -59,8 +59,8 @@
59
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
60
"fixcs": "php-cs-fixer fix --diff --verbose",
61
"infection": "tools/infection/vendor/bin/infection --show-mutations",
62
- "pre-command-run": "mkdir -p var",
63
"phpstan": "tools/phpstan/vendor/bin/phpstan analyze",
+ "pre-command-run": "mkdir -p var",
64
"test": "phpunit"
65
}
66
0 commit comments