We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b8308 commit c98ac86Copy full SHA for c98ac86
1 file changed
docs/en/README.md
@@ -45,7 +45,7 @@ Simple SMS is an easy to use package for [Laravel](http://laravel.com/) that add
45
First, add the Simple SMS package to your `require` in your `composer/json` file:
46
47
"require": {
48
- "simplesoftwareio/simple-sms": "3.0.0-beta1"
+ "simplesoftwareio/simple-sms": "3.0.*"
49
}
50
51
Next, run the `composer update` command. This will install the package into your Laravel application.
0 commit comments