Skip to content

Commit d4c0925

Browse files
committed
Add scripts to composer.json
1 parent 2402712 commit d4c0925

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@
4949
},
5050
"autoload-dev": {
5151
"psr-4": { "TraderInteractive\\Api\\": "tests" }
52+
},
53+
"scripts": {
54+
"lint": "vendor/bin/phpcs",
55+
"test": "vendor/bin/phpunit"
5256
}
5357
}

0 commit comments

Comments
 (0)