diff --git a/.travis.yml b/.travis.yml index 7d54f4386..5ecefb6cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7.0 @@ -28,10 +27,6 @@ after_script: matrix: include: - - php: 5.4 - env: DB=mariadb - addons: - mariadb: 5.5 - php: 5.5 env: DB=mariadb addons: @@ -49,10 +44,6 @@ matrix: addons: mariadb: 5.5 - - php: 5.4 - env: DB=mariadb - addons: - mariadb: 10.1 - php: 5.5 env: DB=mariadb addons: diff --git a/composer.json b/composer.json index cd1f81ade..1313f7b1b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "minimum-stability": "dev", "require": { - "php": ">=5.4", + "php": "^5.5 || ^7.0", "ext-pdo": "*", "doctrine/collections": "~1.2", "doctrine/dbal": ">=2.5-dev,<2.7-dev",