Skip to content

Commit ef5c73d

Browse files
committed
Adding Support for Laravel 5.6
1 parent c25e40e commit ef5c73d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ![Pushmix](https://www.pushmix.co.uk/media/favicons/favicon-32x32.png) Pushmix Notifications Driver for Laravel 5.5.
1+
## ![Pushmix](https://www.pushmix.co.uk/media/favicons/favicon-32x32.png) Pushmix Notifications Driver for Laravel 5.6.
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/pushmix/laravel-web-notification.svg)](https://packagist.org/packages/pushmix/laravel-web-notification)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
@@ -11,7 +11,7 @@
1111

1212
## About
1313

14-
This package makes it easy to send [Pushmix notifications](https://www.pushmix.co.uk/docs/laravel-package) with Laravel 5.5.
14+
This package makes it easy to send [Pushmix notifications](https://www.pushmix.co.uk/docs/laravel-package) with Laravel 5.6.
1515

1616
## Contents
1717

@@ -40,7 +40,7 @@ If you haven't already, sign up for a free account on [pushmix.co.uk](https://da
4040
You can install the package via composer:
4141

4242
```bash
43-
$ composer require pushmix/laravel-web-notification
43+
$ composer require pushmix/laravel-web-notification:1.3
4444
```
4545

4646
If you're installing the package in Laravel 5.4 or lower, you must import the service provider:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "pushmix/laravel-web-notification",
33
"type": "library",
4-
"description": "Pushmix Notification Driver for Laravel",
4+
"description": "Pushmix Notification Driver for Laravel 5.6",
55
"keywords": ["web notifications","laravel notification channels","laravel notifications driver", "pushmix"],
6-
"homepage": "https://github.com/pushmix/laravel-web-notification",
6+
"homepage": "https://github.com/pushmix/laravel-web-notification/tree/5.6",
77
"support": {
88
"issues": "https://github.com/pushmix/laravel-web-notification/issues",
99
"source": "https://github.com/pushmix/laravel-web-notification"

0 commit comments

Comments
 (0)