Skip to content

Commit

Permalink
Laravel 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Sep 9, 2020
1 parent d561778 commit 61b19db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 61b19db

Please sign in to comment.