We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63aa94d commit 625d0e2Copy full SHA for 625d0e2
README.md
@@ -11,7 +11,7 @@
11
12
To install this package you will need:
13
14
- - Laravel >= 6.0
+ - Laravel >= 7.0
15
- PHP 7.2+
16
17
@@ -25,7 +25,7 @@ or edit the `composer.json`
25
26
```
27
"require": {
28
- "linkstreet/laravel-sms": "^5.0"
+ "linkstreet/laravel-sms": "^6.0"
29
}
30
31
composer.json
@@ -21,7 +21,7 @@
21
],
22
23
"php": ">=7.2",
24
- "illuminate/support": "^6.0",
+ "illuminate/support": "^7.0",
"guzzlehttp/guzzle": "~6.0"
},
"autoload": {
@@ -30,8 +30,8 @@
32
"require-dev": {
33
- "orchestra/testbench": "^4.0",
34
- "phpunit/phpunit": "~8.0"
+ "orchestra/testbench": "~5.1.0",
+ "phpunit/phpunit": "~8.5"
35
36
"autoload-dev": {
37
"psr-4": {
0 commit comments