File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,12 @@ jobs:
18
18
matrix :
19
19
os : [ubuntu-latest]
20
20
php : [8.4, 8.3]
21
- laravel : [11.*, 10.* ]
21
+ laravel : [11.*]
22
22
stability : [prefer-lowest, prefer-stable]
23
23
include :
24
24
- laravel : 11.*
25
25
testbench : 9.*
26
26
carbon : ^2.63
27
- - laravel : 10.*
28
- testbench : 8.*
29
- carbon : ^2.63
30
27
31
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
32
29
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ large sets of data.
14
14
15
15
## Requirements
16
16
17
- Currently, requires PHP 8.3 or above, and Laravel 10 +.
17
+ Currently, requires PHP 8.3 or above, and Laravel 11 +.
18
18
19
19
## Installation
20
20
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.3" ,
21
21
"spatie/laravel-package-tools" : " ^1.16" ,
22
- "illuminate/contracts" : " ^10.0||^ 11.0"
22
+ "illuminate/contracts" : " ^11.0"
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.14" ,
26
- "nunomaduro/collision" : " ^8.1.1||^7.10.0 " ,
26
+ "nunomaduro/collision" : " ^8.1.1" ,
27
27
"larastan/larastan" : " ^2.9" ,
28
- "orchestra/testbench" : " ^9.0.0||^8.22.0 " ,
28
+ "orchestra/testbench" : " ^9.0.0" ,
29
29
"pestphp/pest" : " ^3.0" ,
30
30
"pestphp/pest-plugin-arch" : " ^3.0" ,
31
31
"pestphp/pest-plugin-laravel" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments