Skip to content

Commit

Permalink
Support 8.2 in Travis and rely on grokabiliy's version of the repo
Browse files Browse the repository at this point in the history
 also update README.md to show support of Laravel 8 and 9
  • Loading branch information
Jeremy Price committed Apr 10, 2024
1 parent 87ebe94 commit 688cdb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.3
- 7.4
- 8.1
- 8.2

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![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)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/pagerduty.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pagerduty)

This package makes it easy to send notification events to [PagerDuty](https://www.pagerduty.com) with Laravel 5.5+, 6.x and 7.x
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

## Contents

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

```bash
composer require danhvo/pagerduty
composer require grokability/laravel-pagerduty
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "danhvo/pagerduty",
"name": "grokability/laravel-pagerduty",
"description": "A Laravel notification channel for sending PagerDuty events.",
"keywords": [ "laravel", "laravel-package", "notifications", "notification-channel", "pagerduty", "alerting"],
"homepage": "https://github.com/laravel-notification-channels/pagerduty",
Expand Down

0 comments on commit 688cdb7

Please sign in to comment.