Skip to content

Commit 745cbab

Browse files
committed
Adding Support for Laravel 5.7
1 parent c25e40e commit 745cbab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.7.
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.7.
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.4
4444
```
4545

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

composer.json

+3-3
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.7",
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.7",
77
"support": {
88
"issues": "https://github.com/pushmix/laravel-web-notification/issues",
99
"source": "https://github.com/pushmix/laravel-web-notification"
@@ -19,7 +19,7 @@
1919
],
2020
"minimum-stability": "dev",
2121
"require": {
22-
"php": ">=7.0.0",
22+
"php": ">=7.1.3",
2323
"guzzlehttp/guzzle": "^6.3@dev",
2424
"illuminate/notifications": "5.*",
2525
"illuminate/support": "5.*"

0 commit comments

Comments
 (0)