Add use of Composer scripts like 'composer test'

This commit is contained in:
Rob Loach 2014-10-25 16:55:33 -04:00
parent 3998150752
commit 4c362eeb0f
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
"League\\Skeleton\\Test\\": "tests"
}
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"