From 745cbab6ad688fb3241f87896803b7540cbe16ce Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 13 Sep 2019 16:08:05 +0100 Subject: [PATCH] Adding Support for Laravel 5.7 --- README.md | 6 +++--- composer.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1cec4f..142a51f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## ![Pushmix](https://www.pushmix.co.uk/media/favicons/favicon-32x32.png) Pushmix Notifications Driver for Laravel 5.5. +## ![Pushmix](https://www.pushmix.co.uk/media/favicons/favicon-32x32.png) Pushmix Notifications Driver for Laravel 5.7. [![Latest Version on Packagist](https://img.shields.io/packagist/v/pushmix/laravel-web-notification.svg)](https://packagist.org/packages/pushmix/laravel-web-notification) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) @@ -11,7 +11,7 @@ ## About -This package makes it easy to send [Pushmix notifications](https://www.pushmix.co.uk/docs/laravel-package) with Laravel 5.5. +This package makes it easy to send [Pushmix notifications](https://www.pushmix.co.uk/docs/laravel-package) with Laravel 5.7. ## Contents @@ -40,7 +40,7 @@ If you haven't already, sign up for a free account on [pushmix.co.uk](https://da You can install the package via composer: ```bash -$ composer require pushmix/laravel-web-notification +$ composer require pushmix/laravel-web-notification:1.4 ``` If you're installing the package in Laravel 5.4 or lower, you must import the service provider: diff --git a/composer.json b/composer.json index 8c921d4..23720bf 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "pushmix/laravel-web-notification", "type": "library", - "description": "Pushmix Notification Driver for Laravel", + "description": "Pushmix Notification Driver for Laravel 5.7", "keywords": ["web notifications","laravel notification channels","laravel notifications driver", "pushmix"], - "homepage": "https://github.com/pushmix/laravel-web-notification", + "homepage": "https://github.com/pushmix/laravel-web-notification/tree/5.7", "support": { "issues": "https://github.com/pushmix/laravel-web-notification/issues", "source": "https://github.com/pushmix/laravel-web-notification" @@ -19,7 +19,7 @@ ], "minimum-stability": "dev", "require": { - "php": ">=7.0.0", + "php": ">=7.1.3", "guzzlehttp/guzzle": "^6.3@dev", "illuminate/notifications": "5.*", "illuminate/support": "5.*"