Skip to content

Commit 5e8b16d

Browse files
authored
Merge pull request #22 from laravel-notification-channels/petericebear-patch-1
Update composer.json
2 parents 24cecf0 + 3d5e2b4 commit 5e8b16d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Messagebird notifications channel for Laravel 5.3
1+
# Messagebird notifications channel for Laravel 5.x & 6
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/messagebird.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/messagebird)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -9,7 +9,7 @@
99
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/messagebird/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/messagebird/?branch=master)
1010
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/messagebird.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/messagebird)
1111

12-
This package makes it easy to send [Messagebird SMS notifications](https://github.com/messagebird/php-rest-api) with Laravel 5.3.
12+
This package makes it easy to send [Messagebird SMS notifications](https://github.com/messagebird/php-rest-api) with Laravel 5.x & 6.
1313

1414
## Contents
1515

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
17-
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*",
15+
"illuminate/notifications": "^5.5 || ^6.0",
16+
"illuminate/support": "^5.5 || ^6.0",
17+
"illuminate/queue": "^5.5 || ^6.0",
1818
"guzzlehttp/guzzle": "^6.2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)