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 1cd4645 commit 067a0daCopy full SHA for 067a0da
composer.json
@@ -93,11 +93,13 @@
93
"lint": "run-linter-tests",
94
"phpcs": "run-phpcs-tests",
95
"phpcbf": "run-phpcbf-cleanup",
96
+ "phpstan": "run-phpstan-tests",
97
"phpunit": "run-php-unit-tests",
98
"prepare-tests": "install-package-tests",
99
"test": [
100
"@lint",
101
"@phpcs",
102
+ "@phpstan",
103
"@phpunit",
104
"@behat"
105
]
0 commit comments