summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 4eb368f..d2d4f4b 100644
--- a/composer.json
+++ b/composer.json
@@ -37,5 +37,15 @@
"platform": {
"php": "5.3.6"
}
+ },
+ "scripts": {
+ "build": [
+ "@test",
+ "@build-phar",
+ "@fix-cs"
+ ],
+ "test": "phpunit",
+ "build-phar": "./tools/build-phar.sh",
+ "fix-cs": "./tools/fix-cs.sh"
}
}