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 bfbe629 commit fbb99c9Copy full SHA for fbb99c9
README.md
@@ -10,7 +10,7 @@
10
11
To install this package you will need:
12
13
-- Laravel 11.x
+- Laravel 12.x
14
- PHP 8.3+
15
16
Run this command to install via composer
@@ -23,7 +23,7 @@ or edit the `composer.json`
23
24
```php
25
"require": {
26
- "linkstreet/laravel-sms": "^6.3"
+ "linkstreet/laravel-sms": "^6.4"
27
}
28
```
29
composer.json
@@ -17,7 +17,7 @@
17
],
18
19
"php": "^8.3",
20
- "illuminate/support": "^11.0",
+ "illuminate/support": "^12.0",
21
"guzzlehttp/guzzle": "^7.0"
22
},
"autoload": {
@@ -26,7 +26,7 @@
"require-dev": {
- "orchestra/testbench": "^9.0",
+ "orchestra/testbench": "^10.0",
30
"phpunit/phpunit": "^11.0"
31
32
"autoload-dev": {
0 commit comments