Skip to content

Commit

Permalink
Use stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Aug 23, 2016
1 parent 95d43aa commit bb35da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lob.com notifications channel for Laravel 5.3 [WIP]
# Lob.com notifications channel for Laravel 5.3

[![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)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/notifications": "^5.3@dev",
"illuminate/queue": "^5.3@dev",
"illuminate/support": "^5.3@dev",
"illuminate/notifications": "5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/queue": "5.1.*|5.2.*|5.3.*",
"lob/lob-php": "^1.6"
},
"require-dev": {
Expand All @@ -34,6 +34,5 @@
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}
}

0 comments on commit bb35da5

Please sign in to comment.