File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78env :
89 matrix :
Original file line number Diff line number Diff line change 99[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/pagerduty/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/laravel-notification-channels/pagerduty/?branch=master )
1010[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/pagerduty.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/pagerduty )
1111
12- This package makes it easy to send notification events to [ PagerDuty] ( https://www.pagerduty.com ) with Laravel 5.5+ & 6.x.
12+ This package makes it easy to send notification events to [ PagerDuty] ( https://www.pagerduty.com ) with Laravel 5.5+, 6.x and 7.x
1313
1414## Contents
1515
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=7.1" ,
1717 "guzzlehttp/guzzle" : " ~6.0" ,
18- "illuminate/notifications" : " ~5.5 || ~6.0" ,
19- "illuminate/support" : " ~5.5 || ~6.0"
18+ "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 " ,
19+ "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 "
2020 },
2121 "require-dev" : {
22- "illuminate/queue" : " ~5.5 || ~6.0" ,
22+ "illuminate/queue" : " ~5.5 || ~6.0 || ~7.0 " ,
2323 "mockery/mockery" : " ^1.2" ,
24- "phpunit/phpunit" : " ^8.0 "
24+ "phpunit/phpunit" : " ^8.5 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments