From 3ce5a334dcffebbe230b2be0c530a63b308b2e06 Mon Sep 17 00:00:00 2001 From: Mark Railton Date: Mon, 2 Jan 2017 09:04:36 +0000 Subject: [PATCH] Removes support for PHP 5.x --- .travis.yml | 5 ----- composer.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5315ad81b..7cbecee03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.5 - - 5.6 - 7.0 - hhvm @@ -14,6 +12,3 @@ before_script: script: - vendor/bin/phpunit - -after_script: - - if [[ $TRAVIS_PHP_VERSION != '7.0' ]] && [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi diff --git a/composer.json b/composer.json index 01b4a2f94..82d857f74 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} ], "require": { - "php": "^5.5 || ^7.0" + "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "~4.0",