Skip to content

Commit

Permalink
Remove beta label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey McCormick committed Aug 1, 2015
1 parent 2b1f135 commit 48dd5e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Simple SMS
[![License](https://poser.pugx.org/simplesoftwareio/simple-sms/license.svg)](https://packagist.org/packages/simplesoftwareio/simple-sms)
[![Total Downloads](https://poser.pugx.org/simplesoftwareio/simple-sms/downloads)](https://packagist.org/packages/simplesoftwareio/simple-sms)

## Laravel 5 support is currently in beta. Please use the dev-master branch to access this support.

* [Introduction](#docs-introduction)
* [Requirements](#docs-requirements)
* [Configuration](#docs-configuration)
Expand Down Expand Up @@ -45,13 +43,13 @@ First, add the Simple SMS package to your `require` in your `composer/json` file
###### Laravel 4

"require": {
"simplesoftwareio/simple-sms": "1.1.*"
"simplesoftwareio/simple-sms": "~1"
}

###### Laravel 5

"require": {
"simplesoftwareio/simple-sms": "dev-master"
"simplesoftwareio/simple-sms": "~2"
}

>Laravel 5 support is currently in beta. Please use with caution!
Expand Down

0 comments on commit 48dd5e4

Please sign in to comment.