From e74b47c426ba48466bc7c586bcfc3a6bf37a395f Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Wed, 4 Mar 2020 09:26:46 +1000 Subject: [PATCH 1/2] Laravel 7 support --- README.md | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c90e522..898391b 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.0 & 7.0 [![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": { From 7e62225be26f7e521f1fbbd0e3b02301e66b1080 Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Wed, 4 Mar 2020 09:36:15 +1000 Subject: [PATCH 2/2] Update README.md Co-Authored-By: atymic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898391b..23839c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pusher Beams push notifications channel for Laravel 5.5+, 6.0 & 7.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)