Merge pull request #7 from RobLoach/add/scripts

Add use of Composer scripts
This commit is contained in:
Phil Sturgeon 2015-05-13 14:07:07 -04:00
commit 305344b87b
1 changed files with 3 additions and 0 deletions

View File

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