summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-25 09:26:02 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-25 09:26:02 +0100
commit71e99f84d6a3266af87d2e4d1355c63d20add6b6 (patch)
tree8b454f8e5b03e287c9a9731620eb51172c323a4d /composer.json
parentfd9a1418300d483db35cb1908ab3891e5622aa27 (diff)
php-akamai-open-edgegrid-auth: 0.6.2
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"
}
}