diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf295f..e1e9302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ All notable changes to `laravel-stripe-webhooks` will be documented in this file +## 1.0.2 - 2018-02-08 + +- add support for L5.6 + ## 1.0.1 - 2017-10-12 -- Added missing parameter to `jobClassDoesNotExist` method +- added missing parameter to `jobClassDoesNotExist` method ## 1.0.0 - 2017-10-09 diff --git a/composer.json b/composer.json index 8bbbae1..b84dbe7 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.0", - "illuminate/support": "~5.5.0", + "illuminate/support": "~5.5.0|~5.6.0", "stripe/stripe-php": "^5.2" }, "require-dev": { - "orchestra/testbench": "~3.5.0", - "phpunit/phpunit": "^6.4" + "orchestra/testbench": "~3.5.0|~3.6.0", + "phpunit/phpunit": "^6.4|^7.0" }, "autoload": { "psr-4": {