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",