Merge pull request #80 from jclyons52/master

added composer script for psr2 formatting
This commit is contained in:
Phil Sturgeon 2016-07-05 17:07:44 +01:00 committed by GitHub
commit 9c8366b741

View file

@ -35,7 +35,8 @@
}
},
"scripts": {
"test": "phpunit"
"test": "phpunit",
"format": "phpcbf --standard=psr2 src/"
},
"extra": {
"branch-alias": {