File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [8.2, 8. 3]
12
+ php : [8.3]
13
13
dependency-version : [prefer-stable]
14
14
15
15
name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 10
10
11
11
To install this package you will need:
12
12
13
- - Laravel 10 .x
14
- - PHP 8.2 +
13
+ - Laravel 11 .x
14
+ - PHP 8.3 +
15
15
16
16
Run this command to install via composer
17
17
@@ -23,7 +23,7 @@ or edit the `composer.json`
23
23
24
24
``` php
25
25
"require": {
26
- "linkstreet/laravel-sms": "^6.1 "
26
+ "linkstreet/laravel-sms": "^6.3 "
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.2 " ,
20
- "illuminate/support" : " ^10 .0" ,
19
+ "php" : " ^8.3 " ,
20
+ "illuminate/support" : " ^11 .0" ,
21
21
"guzzlehttp/guzzle" : " ^7.0"
22
22
},
23
23
"autoload" : {
26
26
}
27
27
},
28
28
"require-dev" : {
29
- "orchestra/testbench" : " ^8 .0" ,
30
- "phpunit/phpunit" : " ^10 .0"
29
+ "orchestra/testbench" : " ^9 .0" ,
30
+ "phpunit/phpunit" : " ^11 .0"
31
31
},
32
32
"autoload-dev" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments