Skip to content

Commit ea8d9c5

Browse files
committed
Adding PHP 8 support
1 parent 0e17328 commit ea8d9c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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 `webhook` will be documented in this file
44

5+
## 2.2.0 - 2020-11-11
6+
7+
* Added PHP 8 support.
8+
59
## 2.1.0 - 2020-08-21
610

711
* Added Laravel 8 support.

README.md

Lines changed: 1 addition & 1 deletion
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/webhook/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/webhook/?branch=master)
1010
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/webhook.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/webhook)
1111

12-
This package makes it easy to send webhooks using the Laravel notification system. Supports 5.5+. 6.x and 7.x.
12+
This package makes it easy to send webhooks using the Laravel notification system. Supports 5.5+, 6.x, 7.x and 8.x.
1313

1414
## Contents
1515

0 commit comments

Comments
 (0)