File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 },
1919 "require" : {
2020 "php" : " >=8.2" ,
21- "jgrossi/corcel" : " ^7.0" ,
21+ "jgrossi/corcel" : " ^7.0 || ^8.0 || ^9.0 " ,
2222 "spatie/laravel-data" : " ^4.5"
2323 },
2424 "require-dev" : {
3939 "Yard\\ Data\\ Tests\\ " : " tests/"
4040 }
4141 },
42- "scripts" : {
43- "post-autoload-dump" : [
44- " sed -i -e 's#function __(#function ____(#' ./vendor/php-stubs/wordpress-stubs/wordpress-stubs.php"
45- ],
46- "all" : [
47- " @test" ,
48- " @analyse" ,
49- " @format"
50- ],
51- "analyse" : " vendor/bin/phpstan analyse --debug --memory-limit 1G" ,
52- "format" : " vendor/bin/php-cs-fixer fix" ,
53- "test" : " vendor/bin/pest" ,
54- "test:coverage" : " XDEBUG_MODE=coverage vendor/bin/pest --coverage"
55- },
42+ "scripts" : {
43+ "post-autoload-dump" : [
44+ " sed -i -e 's#function __(#function ____(#' ./vendor/php-stubs/wordpress-stubs/wordpress-stubs.php"
45+ ],
46+ "all" : [
47+ " @test" ,
48+ " @analyse" ,
49+ " @format"
50+ ],
51+ "analyse" : " vendor/bin/phpstan analyse --debug --memory-limit 1G" ,
52+ "format" : " vendor/bin/php-cs-fixer fix" ,
53+ "test" : " vendor/bin/pest" ,
54+ "test:coverage" : " XDEBUG_MODE=coverage vendor/bin/pest --coverage"
55+ },
5656 "extra" : {
5757 "acorn" : {
5858 "providers" : [
You can’t perform that action at this time.
0 commit comments