diff --git a/README.md b/README.md index c90e522..23839c4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/composer.json b/composer.json index e7c3f76..c54ab9d 100644 --- a/composer.json +++ b/composer.json @@ -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": {