Skip to content

Commit 0910e10

Browse files
Support Laravel 11.x
1 parent 446c9fe commit 0910e10

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.3]
12+
php: [8.3]
1313
dependency-version: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

README.md

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

1111
To install this package you will need:
1212

13-
- Laravel 10.x
14-
- PHP 8.2+
13+
- Laravel 11.x
14+
- PHP 8.3+
1515

1616
Run this command to install via composer
1717

@@ -23,7 +23,7 @@ or edit the `composer.json`
2323

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
20-
"illuminate/support": "^10.0",
19+
"php": "^8.3",
20+
"illuminate/support": "^11.0",
2121
"guzzlehttp/guzzle": "^7.0"
2222
},
2323
"autoload": {
@@ -26,8 +26,8 @@
2626
}
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^8.0",
30-
"phpunit/phpunit": "^10.0"
29+
"orchestra/testbench": "^9.0",
30+
"phpunit/phpunit": "^11.0"
3131
},
3232
"autoload-dev": {
3333
"psr-4": {

0 commit comments

Comments
 (0)