Skip to content

Commit 101db2d

Browse files
authored
Merge pull request #46 from laravel-notification-channels/laravel-7-support
Laravel 7 support
2 parents c798562 + 7e62225 commit 101db2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pusher Beams push notifications channel for Laravel 5.5+ & 6.0
1+
# Pusher Beams push notifications channel for Laravel 5.5+, 6.x & 7.x
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/pusher-push-notifications.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pusher-push-notifications)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
],
3434
"require": {
3535
"php": ">=7.0",
36-
"illuminate/events": "~5.5 || ~6.0",
37-
"illuminate/notifications": "~5.5 || ~6.0",
38-
"illuminate/queue": "~5.5 || ~6.0",
39-
"illuminate/support": "~5.5 || ~6.0",
36+
"illuminate/events": "~5.5 || ~6.0 || ~7.0",
37+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
38+
"illuminate/queue": "~5.5 || ~6.0 || ~7.0",
39+
"illuminate/support": "~5.5 || ~6.0 || ~7.0",
4040
"pusher/pusher-push-notifications": "^1.1"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)