File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^8.1|^8.2" ,
22
22
"guzzlehttp/guzzle" : " ^7.7" ,
23
- "illuminate/contracts" : " ^10.0|^11.0" ,
23
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
24
24
"spatie/laravel-package-tools" : " ^1.14.0"
25
25
},
26
26
"require-dev" : {
27
27
"laravel/pint" : " ^1.0" ,
28
28
"nunomaduro/collision" : " ^7.0|^8.0" ,
29
29
"nunomaduro/larastan" : " ^2.0.1" ,
30
- "orchestra/testbench" : " ^8.0|^9.0" ,
31
- "pestphp/pest" : " ^2.0" ,
32
- "pestphp/pest-plugin-arch" : " ^2.0" ,
30
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
31
+ "pestphp/pest" : " ^2.0|^3.7 " ,
32
+ "pestphp/pest-plugin-arch" : " ^2.0|^3.0 " ,
33
33
"phpstan/extension-installer" : " ^1.1" ,
34
- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
35
- "phpstan/phpstan-phpunit" : " ^1.0"
34
+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0 " ,
35
+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
You can’t perform that action at this time.
0 commit comments