diff --git a/.travis.yml b/.travis.yml index f931ac9..c8bfa0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: php php: - - 7.0 - - 7.1 - 7.2 + - 7.3 env: matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index 24170bc..6ac5f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-stripe-webhooks` will be documented in this file +## 1.2.0 - 2018-02-27 + +- drop support for Laravel 5.7 and below +- drop support for PHP 7.1 and below + ## 1.1.4 - 2018-02-27 - add support for Laravel 5.8 diff --git a/composer.json b/composer.json index 50443a3..cb2c5eb 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "php": "^7.2", + "illuminate/support": "~5.8.0", "stripe/stripe-php": "^5.2|^6.0" }, "require-dev": { - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0", - "phpunit/phpunit": "^6.4|^7.0|^8.0" + "orchestra/testbench": "~3.8.0", + "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": {