We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b49ff8 commit 3eeb87eCopy full SHA for 3eeb87e
1 file changed
composer.json
@@ -19,5 +19,9 @@
19
},
20
"autoload-dev": {
21
"psr-4": { "SubjectivePHPTest\\Util\\": "tests/" }
22
+ },
23
+ "scripts": {
24
+ "lint": "vendor/bin/phpcs",
25
+ "test": "vendor/bin/phpunit"
26
}
27
0 commit comments