summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 4 insertions, 0 deletions
diff --git a/getmock b/getmock
index f799b3a..ce3edbe 100755
--- a/getmock
+++ b/getmock
@@ -128,6 +128,10 @@ if [ $1 = php55 ]; then
opt=php55
shift
fi
+if [ $1 = php56 ]; then
+ opt=php56
+ shift
+fi
if [ $1 = devs -o $1 = dev ]; then
opt=devs
shift