Skip to content

Commit

Permalink
Merge pull request #46 from laravel-notification-channels/laravel-7-s…
Browse files Browse the repository at this point in the history
…upport

Laravel 7 support
  • Loading branch information
jessarcher committed Mar 4, 2020
2 parents c798562 + 7e62225 commit 101db2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pusher Beams push notifications channel for Laravel 5.5+ & 6.0
# Pusher Beams push notifications channel for Laravel 5.5+, 6.x & 7.x

[![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)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"require": {
"php": ">=7.0",
"illuminate/events": "~5.5 || ~6.0",
"illuminate/notifications": "~5.5 || ~6.0",
"illuminate/queue": "~5.5 || ~6.0",
"illuminate/support": "~5.5 || ~6.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0",
"illuminate/queue": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0",
"pusher/pusher-push-notifications": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 101db2d

Please sign in to comment.