File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments