From 61b19dbf719b5522800a946cb82649e82557a8df Mon Sep 17 00:00:00 2001 From: Travis Elkins Date: Wed, 9 Sep 2020 12:30:15 +0200 Subject: [PATCH] Laravel 8 support. --- CHANGELOG.md | 8 +++++--- composer.json | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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": {