diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7b06b..c2b45b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ All notable changes to `laravel-job-funneling-middleware` will be documented in this file -## 0.1.0 - 2020-03-04 - +## 0.2.0 - 2020-09-09 ### Added +- support for Laravel 8.0 +## 0.1.0 - 2020-03-04 +### Added - support for Laravel 7.0 ## 0.0.1 - 2019-12-19 - +### Added - initial **experimental** release diff --git a/composer.json b/composer.json index fd928ee..b7dd28b 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ ], "require": { "php": "^7.3", - "illuminate/redis": "^6.0|^7.0" + "illuminate/redis": "^6.0|^7.0|^8.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0", - "phpunit/phpunit": "^9.0", + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^9.0|^9.3", "symfony/var-dumper": "^4.0|^5.0" }, "autoload": {