Skip to content

Commit cec9c7f

Browse files
committed
add support for Laravel 5.4
1 parent 2d8a980 commit cec9c7f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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+
## 2.2.0 - 2017-01-23
6+
7+
- add support for Laravel 5.4
8+
59
## 2.1.1 - 2016-11-07
610

711
- fix `InvalidConfiguration` exception

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2017 Spatie bvba <[email protected]>
3+
Copyright (c) Spatie bvba <[email protected]>
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
],
2323
"require": {
2424
"php" : "^7.0",
25-
"illuminate/queue": "~5.3.8",
26-
"illuminate/notifications": "~5.3.8"
25+
"illuminate/queue": "~5.3.8|~5.4.0",
26+
"illuminate/notifications": "~5.3.8|~5.4.0"
2727

2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^5.5.4",
31-
"orchestra/testbench":"~3.3.1",
32-
"laravel/framework":"~5.3.8"
31+
"orchestra/testbench":"~3.3.1|~3.4.0"
3332
},
3433
"autoload": {
3534
"psr-4": {

0 commit comments

Comments
 (0)