From 7c0fd57255ffd474811ee34a17f5fbd351a657ff Mon Sep 17 00:00:00 2001 From: Luka Avramovic Date: Tue, 5 Jun 2018 10:59:55 +0000 Subject: [PATCH 1/2] Drop the 5.3 PHP support fix build failing on 5.3 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f43839b78..a0611b82d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ cache: - $HOME/.composer/cache/files php: - - 5.3 - 5.4 - 5.5 - 5.6 From 46f88a610b7a03e2dfb91232545a4116e3f7a628 Mon Sep 17 00:00:00 2001 From: Luka Avramovic Date: Tue, 5 Jun 2018 10:59:55 +0000 Subject: [PATCH 2/2] Drop the 5.3 PHP support fix build failing on 5.3 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f43839b78..fffd8c74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ cache: - $HOME/.composer/cache/files php: - - 5.3 - 5.4 - 5.5 - 5.6 @@ -27,8 +26,6 @@ matrix: - php: hhvm - php: 7.1 include: - - php: 5.3 - env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' SYMFONY_DEPRECATIONS_HELPER=weak - php: 5.6 env: DEPENDENCIES=dev