Skip to content

Commit 5534468

Browse files
authored
Merge pull request #32 from reinink/master
Updated to support Laravel 5.5.
2 parents 0894f36 + 39173bb commit 5534468

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Twilio notifications channel for Laravel 5.3
1+
# Twilio notifications channel for Laravel 5.3+
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/twilio.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twilio)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"php": ">=5.5.9",
1616
"twilio/sdk": "^5.4.1",
17-
"illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*",
18-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
19-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
20-
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*"
17+
"illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
19+
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
20+
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)