Skip to content

Commit fbb99c9

Browse files
authored
TASK: Support for laravel 12 (#13)
1 parent bfbe629 commit fbb99c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
To install this package you will need:
1212

13-
- Laravel 11.x
13+
- Laravel 12.x
1414
- PHP 8.3+
1515

1616
Run this command to install via composer
@@ -23,7 +23,7 @@ or edit the `composer.json`
2323

2424
```php
2525
"require": {
26-
"linkstreet/laravel-sms": "^6.3"
26+
"linkstreet/laravel-sms": "^6.4"
2727
}
2828
```
2929

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.3",
20-
"illuminate/support": "^11.0",
20+
"illuminate/support": "^12.0",
2121
"guzzlehttp/guzzle": "^7.0"
2222
},
2323
"autoload": {
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^9.0",
29+
"orchestra/testbench": "^10.0",
3030
"phpunit/phpunit": "^11.0"
3131
},
3232
"autoload-dev": {

0 commit comments

Comments
 (0)