Skip to content

Commit

Permalink
Adding Support for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpechkarev committed Sep 13, 2019
1 parent c25e40e commit ef5c73d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ef5c73d

Please sign in to comment.