We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2402712 commit d4c0925Copy full SHA for d4c0925
1 file changed
composer.json
@@ -49,5 +49,9 @@
49
},
50
"autoload-dev": {
51
"psr-4": { "TraderInteractive\\Api\\": "tests" }
52
+ },
53
+ "scripts": {
54
+ "lint": "vendor/bin/phpcs",
55
+ "test": "vendor/bin/phpunit"
56
}
57
0 commit comments