Skip to content

Commit

Permalink
support Laravel 8 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
scybulski authored Sep 9, 2020
1 parent 101db2d commit 5119027
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.x & 7.x
# Pusher Beams push notifications channel for Laravel 5.5+, 6.x, 7.x & 8.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 || ~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",
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/queue": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"pusher/pusher-push-notifications": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 5119027

Please sign in to comment.