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 2424 ],
2525 "require" : {
2626 "php" : " ^8.0" ,
27- "illuminate/contracts" : " ^8.37 "
27+ "illuminate/contracts" : " ^9.0 "
2828 },
2929 "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"
3638 },
3739 "autoload" : {
3840 "psr-4" : {
5355 "config" : {
5456 "sort-packages" : true ,
5557 "allow-plugins" : {
56- "composer/package-versions-deprecated" : true
58+ "composer/package-versions-deprecated" : true ,
59+ "pestphp/pest-plugin" : false ,
60+ "phpstan/extension-installer" : true
5761 }
5862 },
5963 "extra" : {
You can’t perform that action at this time.
0 commit comments