Skip to content

Commit 90fa5f9

Browse files
committed
update for laravel 5.7
1 parent 8eb0ab1 commit 90fa5f9

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.styleci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
preset: laravel
2-
3-
linting: true

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.2 - 2018-08-27
6+
7+
- add support for Laravel 5.7
8+
59
## 3.0.1 - 2018-02-13
610

711
- add support for Laravel 5.6

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-failed-job-monitor.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-failed-job-monitor)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![Build Status](https://img.shields.io/travis/spatie/laravel-failed-job-monitor/master.svg?style=flat-square)](https://travis-ci.org/spatie/laravel-failed-job-monitor)
6-
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/laravel-failed-job-monitor.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/laravel-failed-job-monitor)
76
[![StyleCI](https://styleci.io/repos/52006263/shield)](https://styleci.io/repos/52006263)
87
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-failed-job-monitor.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-failed-job-monitor)
98

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@
2222
],
2323
"require": {
2424
"php" : "^7.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"
29-
25+
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
3026
},
3127
"require-dev": {
3228
"phpunit/phpunit": "^6.3|^7.0",
33-
"orchestra/testbench":"~3.5.0|~3.6.0"
29+
"orchestra/testbench":"~3.5.0|~3.6.0|~3.7.0"
3430
},
3531
"autoload": {
3632
"psr-4": {

0 commit comments

Comments
 (0)