Skip to content

Commit bb35da5

Browse files
committed
Use stable versions
1 parent 95d43aa commit bb35da5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lob.com notifications channel for Laravel 5.3 [WIP]
1+
# Lob.com notifications channel for Laravel 5.3
22

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

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": ">=5.6.4",
16-
"illuminate/notifications": "^5.3@dev",
17-
"illuminate/queue": "^5.3@dev",
18-
"illuminate/support": "^5.3@dev",
16+
"illuminate/notifications": "5.3.*",
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*",
18+
"illuminate/queue": "5.1.*|5.2.*|5.3.*",
1919
"lob/lob-php": "^1.6"
2020
},
2121
"require-dev": {
@@ -34,6 +34,5 @@
3434
},
3535
"config": {
3636
"sort-packages": true
37-
},
38-
"minimum-stability": "dev"
37+
}
3938
}

0 commit comments

Comments
 (0)