File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
"require" : {
30
30
"php" : " ^7.4|^8.0" ,
31
31
"ext-json" : " *" ,
32
- "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
33
- "illuminate/console" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
34
- "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
35
- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
36
- "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
32
+ "illuminate/config" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
33
+ "illuminate/console" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
34
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
35
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
36
+ "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
37
37
"phpstan/phpdoc-parser" : " ^1.26"
38
38
},
39
39
"extra" : {
46
46
"minimum-stability" : " dev" ,
47
47
"prefer-stable" : true ,
48
48
"require-dev" : {
49
- "orchestra/testbench" : " ^8.0" ,
50
- "phpunit/phpunit" : " ^10.0" ,
49
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
50
+ "phpunit/phpunit" : " ^10.0|^11.0 " ,
51
51
"laravel/pint" : " ^1.13"
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments