We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cadbf commit abfe447Copy full SHA for abfe447
1 file changed
composer.json
@@ -35,7 +35,8 @@
35
},
36
"scripts": {
37
"lint": "phpstan && phpcs .",
38
- "fix": "php-cs-fixer fix"
+ "fix": "php-cs-fixer fix",
39
+ "test": "phpunit --colors"
40
41
"config": {
42
"platform": {
0 commit comments