From 1610d916a4137214385e21e9bc8dcc163feecf06 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Jun 2016 08:51:24 +0200 Subject: [PATCH 1/2] Stop testing against PHP 5.5 --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) 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: From e409c1020927b6f2d7343c6b8ddc9f068ec171e2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Jun 2016 08:51:48 +0200 Subject: [PATCH 2/2] Requiring at least PHP 5.6 as minimum installed PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",