From ef5c73d15570150ce6f251c3f972adb0f99cdc0b Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 13 Sep 2019 16:01:19 +0100 Subject: [PATCH] Adding Support for Laravel 5.6 --- README.md | 6 +++--- composer.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1cec4f..88f2527 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.6. [![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.6. ## 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.3 ``` 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..aedd886 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.6", "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.6", "support": { "issues": "https://github.com/pushmix/laravel-web-notification/issues", "source": "https://github.com/pushmix/laravel-web-notification"