removing php5.3

This commit is contained in:
Ahmad Nassri
2014-12-17 23:56:06 -05:00
parent 07aa7ab19f
commit 814cee98fc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
language: php language: php
php: php:
- 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6

View File

@@ -13,7 +13,7 @@
} }
], ],
"require" : { "require" : {
"php" : ">=5.3.0", "php" : ">=5.4.0",
"ext-curl" : "*", "ext-curl" : "*",
"ext-json" : "*" "ext-json" : "*"
}, },