diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | composer.json | 2 |
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", |