Skip to content

Commit 688cdb7

Browse files
author
Jeremy Price
committed
Support 8.2 in Travis and rely on grokabiliy's version of the repo
also update README.md to show support of Laravel 8 and 9
1 parent 87ebe94 commit 688cdb7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.3
66
- 7.4
77
- 8.1
8+
- 8.2
89

910
env:
1011
matrix:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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 and 7.x
12+
This package makes it easy to send notification events to [PagerDuty](https://www.pagerduty.com) with Laravel 5.5+, 6.x, 7.x, 8.x, and 9.x
1313

1414
## Contents
1515

@@ -31,7 +31,7 @@ This package makes it easy to send notification events to [PagerDuty](https://ww
3131
You can install the package via composer:
3232

3333
```bash
34-
composer require danhvo/pagerduty
34+
composer require grokability/laravel-pagerduty
3535
```
3636

3737
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "danhvo/pagerduty",
2+
"name": "grokability/laravel-pagerduty",
33
"description": "A Laravel notification channel for sending PagerDuty events.",
44
"keywords": [ "laravel", "laravel-package", "notifications", "notification-channel", "pagerduty", "alerting"],
55
"homepage": "https://github.com/laravel-notification-channels/pagerduty",

0 commit comments

Comments
 (0)