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 1313 "ext-ffi" : " *" ,
1414 "doctrine/dbal" : " ^3.7" ,
1515 "jcupitt/vips" : " ^2.0" ,
16- "laravel/framework" : " ^9.0|^10.0|^11.0" ,
17- "nesbot/carbon" : " ^2.0"
16+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 " ,
17+ "nesbot/carbon" : " ^2.0|^3.0 "
1818 },
1919 "require-dev" : {
20- "larastan/larastan" : " ^2.0" ,
20+ "larastan/larastan" : " ^2.0|^3.0 " ,
2121 "laravel/pint" : " ^1.0" ,
22- "orchestra/testbench" : " ^8.11 "
22+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 "
2323 },
2424 "autoload" : {
2525 "psr-4" : {
3737 },
3838 "scripts" : {
3939 "test" : " ./vendor/bin/phpunit --do-not-cache-result" ,
40- "cs-check" : " ./vendor/bin/pint --test" ,
41- "cs-fix" : " ./vendor/bin/pint" ,
40+ "cs-check" : " ./vendor/bin/pint --test --parallel " ,
41+ "cs-fix" : " ./vendor/bin/pint --parallel " ,
4242 "stan" : " ./vendor/bin/phpstan analyse --memory-limit=-1"
4343 },
4444 "config" : {
You can’t perform that action at this time.
0 commit comments