File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"spatie/laravel-package-tools" : " ^1.13.0" ,
21
- "illuminate/contracts" : " ^9.0|^10.0"
21
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0 "
22
22
},
23
23
"require-dev" : {
24
24
"laravel/pint" : " ^1.0" ,
25
- "nunomaduro/collision" : " ^6.0|^7.0" ,
25
+ "nunomaduro/collision" : " ^6.0|^7.0|^8.0 " ,
26
26
"nunomaduro/larastan" : " ^2.0.1" ,
27
- "orchestra/testbench" : " ^7.0|^8.0" ,
27
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
28
28
"pestphp/pest" : " ^1.21" ,
29
29
"pestphp/pest-plugin-laravel" : " ^1.1" ,
30
30
"phpstan/extension-installer" : " ^1.1" ,
31
31
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
32
32
"phpstan/phpstan-phpunit" : " ^1.0" ,
33
- "phpunit/phpunit" : " ^9.5|^10.0"
33
+ "phpunit/phpunit" : " ^9.5|^10.0|^11.0 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
68
68
},
69
69
"minimum-stability" : " dev" ,
70
70
"prefer-stable" : true
71
- }
71
+ }
You can’t perform that action at this time.
0 commit comments