summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfezfez <demonchaux.stephane@gmail.com>2016-01-13 23:10:54 +0100
committerfezfez <demonchaux.stephane@gmail.com>2016-01-13 23:25:32 +0100
commit838710cddb4e3e6c5997a9b6b987c85bfc95e66d (patch)
tree056ad5b3d4fd7d56fc72144379717c28d6dd3c45
parentcc47080ee6fab7b6a16d8593c7f56dd16daf9c33 (diff)
downloadsql-parser-838710cddb4e3e6c5997a9b6b987c85bfc95e66d.zip
sql-parser-838710cddb4e3e6c5997a9b6b987c85bfc95e66d.tar.gz
sql-parser-838710cddb4e3e6c5997a9b6b987c85bfc95e66d.tar.bz2
Re add php 5.4
-rw-r--r--.travis.yml1
-rw-r--r--composer.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e38180a..62c6b7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: php
php:
+ - 5.4
- 5.5
- 5.6
- 7.0
diff --git a/composer.json b/composer.json
index e3337d5..cdbc8f8 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
}
],
"require": {
- "php": ">=5.5.0"
+ "php": ">=5.4.0"
},
"require-dev": {
"phpunit/php-code-coverage": "~2.0 || ~3.0",