Add Composer scripts

This commit is contained in:
Franz Liedke 2015-08-30 14:59:10 +02:00
parent 1d1cc9e443
commit ba097dc147

View File

@ -45,5 +45,9 @@
"files": [
"src/helpers.php"
]
},
"scripts": {
"test": "phpspec run",
"style": "phpcs --standard=PSR2 -np src"
}
}