diff --git a/.travis.yml b/.travis.yml index 785e1a4..6a8cfe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 7.0 - - 7.1 - 7.2 - 7.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd0850..731a91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-varnish` will be documented in this file +## 2.2.0 - 2019-02-27 + +- drop support for Laravel 5.7 and below +- drop support for PHP 7.1 and below + ## 2.1.2 - 2019-02-27 - add support for Laravel 5.8 diff --git a/composer.json b/composer.json index 6dc945d..0c7e957 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^7.0", - "illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", - "illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0" + "php": "^7.2", + "illuminate/console": "~5.8.0", + "illuminate/http": "~5.8.0" }, "require-dev": { - "phpunit/phpunit": "^6.3|^7.0|^8.0", - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0" + "phpunit/phpunit": "^8.0", + "orchestra/testbench": "~3.8.0" }, "autoload": { "psr-4": {