Skip to content

Commit 737624c

Browse files
authored
Merge pull request #26 from SudoGetBeer/master
Laravel 7 support
2 parents 5e8b16d + afcf1af commit 737624c

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.x & 6
1+
# Messagebird notifications channel for Laravel 5.x, 6 & 7
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.x & 6.
12+
This package makes it easy to send [Messagebird SMS notifications](https://github.com/messagebird/php-rest-api) with Laravel 5.x, 6 & 7.
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 || ^6.0",
16-
"illuminate/support": "^5.5 || ^6.0",
17-
"illuminate/queue": "^5.5 || ^6.0",
15+
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
16+
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
17+
"illuminate/queue": "^5.5 || ^6.0 || ^7.0",
1818
"guzzlehttp/guzzle": "^6.2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)