We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1352e21 commit d0bb043Copy full SHA for d0bb043
readme.md
@@ -27,7 +27,7 @@ Elimuswift SMS is a package for sending SMS using various SMS providers. This pa
27
First, add the Simple SMS package to your `require` in your `composer/json` file:
28
29
"require": {
30
- "elimuswift/sms": "dev-master"
+ "elimuswift/sms": "~2.0"
31
}
32
33
Next, run the `composer update` command. This will install the package into your Laravel application.
0 commit comments