File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " ^8.0" ,
27
- "illuminate/contracts" : " ^8.37 "
27
+ "illuminate/contracts" : " ^9.0 "
28
28
},
29
29
"require-dev" : {
30
- "brianium/paratest" : " ^6.2" ,
31
- "nunomaduro/collision" : " ^5.3" ,
32
- "orchestra/testbench" : " ^6.15" ,
33
- "phpunit/phpunit" : " ^9.3" ,
34
- "spatie/laravel-ray" : " ^1.23" ,
35
- "vimeo/psalm" : " ^4.8"
30
+ "nunomaduro/collision" : " ^6.0" ,
31
+ "nunomaduro/larastan" : " ^2.0.1" ,
32
+ "orchestra/testbench" : " ^7.0" ,
33
+ "phpstan/extension-installer" : " ^1.1" ,
34
+ "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
35
+ "phpstan/phpstan-phpunit" : " ^1.0" ,
36
+ "phpunit/phpunit" : " ^9.5" ,
37
+ "spatie/laravel-ray" : " ^1.26"
36
38
},
37
39
"autoload" : {
38
40
"psr-4" : {
53
55
"config" : {
54
56
"sort-packages" : true ,
55
57
"allow-plugins" : {
56
- "composer/package-versions-deprecated" : true
58
+ "composer/package-versions-deprecated" : true ,
59
+ "pestphp/pest-plugin" : false ,
60
+ "phpstan/extension-installer" : true
57
61
}
58
62
},
59
63
"extra" : {
You can’t perform that action at this time.
0 commit comments