We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de33476 + ba23dcb commit 0930f19Copy full SHA for 0930f19
1 file changed
composer.json
@@ -22,5 +22,9 @@
22
"psr-4": {
23
"SubjectivePHPTest\\Durations\\": "tests"
24
}
25
+ },
26
+ "scripts": {
27
+ "lint": "vendor/bin/phpcs",
28
+ "test": "vendor/bin/phpunit"
29
30
0 commit comments