Skip to content

Commit ed39408

Browse files
committed
Prepare for release
1 parent 20d692c commit ed39408

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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 [WIP]
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"require": {
1515
"php": ">=5.6.4",
1616
"twilio/sdk": "^4.11",
17-
"illuminate/notifications": "^5.3@dev",
18-
"illuminate/support": "^5.3@dev",
19-
"illuminate/events": "^5.3@dev"
17+
"illuminate/notifications": "5.3.*",
18+
"illuminate/support": "5.3.*",
19+
"illuminate/events": "5.3.*"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",
@@ -38,5 +38,6 @@
3838
"config": {
3939
"sort-packages": true
4040
},
41-
"minimum-stability": "dev"
41+
"minimum-stability": "dev",
42+
"prefer-stable": true
4243
}

0 commit comments

Comments
 (0)