diff --git a/.travis.yml b/.travis.yml index 3b16e5551..5a9fb2dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.5 - 5.6 - 7.0 - nightly @@ -28,10 +27,6 @@ after_script: matrix: include: - - php: 5.5 - env: DB=mariadb - addons: - mariadb: 5.5 - php: 5.6 env: DB=mariadb addons: @@ -45,10 +40,6 @@ matrix: addons: mariadb: 5.5 - - php: 5.5 - env: DB=mariadb - addons: - mariadb: 10.1 - php: 5.6 env: DB=mariadb addons: diff --git a/composer.json b/composer.json index f8ebcbf15..ccf216c9a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "minimum-stability": "dev", "require": { - "php": "^5.5 || ^7.0", + "php": "^5.6 || ^7.0", "ext-pdo": "*", "doctrine/collections": "~1.2", "doctrine/dbal": ">=2.5-dev,<2.7-dev",