Skip to content

Commit

Permalink
Laravel 7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Mar 4, 2020
1 parent ea3454b commit d561778
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `laravel-job-funneling-middleware` will be documented in this file

## 0.1.0 - 2020-03-04

### Added

- support for Laravel 7.0

## 0.0.1 - 2019-12-19

- initial **experimental** release
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": "^7.3",
"illuminate/redis": "^6.0"
"illuminate/redis": "^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.2",
"symfony/var-dumper": "^4.3"
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage"/>
<log type="coverage-text" target="build/coverage.txt"/>
Expand Down

0 comments on commit d561778

Please sign in to comment.