Skip to content

Commit 1c349c6

Browse files
committed
add scripts entries
1 parent 46063d1 commit 1c349c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"require": {
2424
"php" : ">=5.4"
2525
},
26+
"scripts": {
27+
"test": "vendor/bin/phpunit",
28+
"lint": "vendor/bin/php-cs-fixer fix"
29+
},
2630
"require-dev": {
2731
"friendsofphp/php-cs-fixer": "~2.0",
2832
"phpunit/phpunit": "^4.8 || ^6.0"

0 commit comments

Comments
 (0)