Skip to content

Commit cc94d33

Browse files
author
Corey McCormick
committed
Add Beta Note
1 parent 1436ff6 commit cc94d33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Simple SMS
77
[![License](https://poser.pugx.org/simplesoftwareio/simple-sms/license.svg)](https://packagist.org/packages/simplesoftwareio/simple-sms)
88
[![Total Downloads](https://poser.pugx.org/simplesoftwareio/simple-sms/downloads)](https://packagist.org/packages/simplesoftwareio/simple-sms)
99

10+
## Laravel 5 support is currently in beta. Please use the dev-master branch to access this support.
11+
1012
* [Introduction](#docs-introduction)
1113
* [Configuration](#docs-configuration)
1214
* [Call Fire Driver](#docs-call-fire-driver)
@@ -40,8 +42,10 @@ First, add the Simple SMS package to your `require` in your `composer/json` file
4042
###### Laravel 5
4143

4244
"require": {
43-
"simplesoftwareio/simple-sms": "2.0.*"
45+
"simplesoftwareio/simple-sms": "dev-master"
4446
}
47+
48+
>Laravel 5 support is currently in beta. Please use with caution!
4549
4650
Next, run the `composer update` command. This will install the package into your Laravel application.
4751

0 commit comments

Comments
 (0)