Commit 03642d0 1 parent ea53a59 commit 03642d0 Copy full SHA for 03642d0
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.2
5
5
- 7.3
6
+ - 7.4
6
7
7
8
env :
8
9
matrix :
Original file line number Diff line number Diff line change 9
9
[ ![ 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 )
10
10
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/pagerduty.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/pagerduty )
11
11
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
13
13
14
14
## Contents
15
15
Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " >=7.1" ,
17
17
"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 "
20
20
},
21
21
"require-dev" : {
22
- "illuminate/queue" : " ~5.5 || ~6.0" ,
22
+ "illuminate/queue" : " ~5.5 || ~6.0 || ~7.0 " ,
23
23
"mockery/mockery" : " ^1.2" ,
24
- "phpunit/phpunit" : " ^8.0 "
24
+ "phpunit/phpunit" : " ^8.5 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments