Skip to content

Commit 8eb0ab1

Browse files
committed
add support for L5.6
1 parent 82413ce commit 8eb0ab1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to laravel-failed-job-monitor will be documented in this file
44

5+
## 3.0.1 - 2018-02-13
6+
7+
- add support for Laravel 5.6
8+
59
## 3.0.0 - 2017-09-01
610

711
- add support for Laravel 5.5

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php" : "^7.0",
25-
"illuminate/contracts": "~5.5.0",
26-
"illuminate/queue": "~5.5.0",
27-
"illuminate/notifications": "~5.5.0",
28-
"illuminate/support": "~5.5.0"
25+
"illuminate/contracts": "~5.5.0|~5.6.0",
26+
"illuminate/queue": "~5.5.0|~5.6.0",
27+
"illuminate/notifications": "~5.5.0|~5.6.0",
28+
"illuminate/support": "~5.5.0|~5.6.0"
2929

3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^6.3",
33-
"orchestra/testbench":"~3.5.0"
32+
"phpunit/phpunit": "^6.3|^7.0",
33+
"orchestra/testbench":"~3.5.0|~3.6.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)