File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 54
54
"branch-alias" : {
55
55
"dev-main" : " 1.x-dev"
56
56
}
57
+ },
58
+ "scripts" : {
59
+ "tools:upgrade" : [
60
+ " @tools:upgrade:php-cs-fixer" ,
61
+ " @tools:upgrade:phpstan" ,
62
+ " @tools:upgrade:twigcs"
63
+ ],
64
+ "tools:upgrade:php-cs-fixer" : " composer upgrade -W -d tools/php-cs-fixer" ,
65
+ "tools:upgrade:phpstan" : " composer upgrade -W -d tools/phpstan" ,
66
+ "tools:upgrade:twigcs" : " composer upgrade -W -d tools/twigcs" ,
67
+ "tools:run" : [
68
+ " @tools:run:php-cs-fixer" ,
69
+ " @tools:run:phpstan" ,
70
+ " @tools:run:twigcs"
71
+ ],
72
+ "tools:run:php-cs-fixer" : " tools/php-cs-fixer/vendor/bin/php-cs-fixer fix" ,
73
+ "tools:run:phpstan" : " tools/phpstan/vendor/bin/phpstan --memory-limit=1G" ,
74
+ "tools:run:twigcs" : " tools/twigcs/vendor/bin/twigcs --config tools/twigcs/.twigcs.dist.php"
57
75
}
58
76
}
You can’t perform that action at this time.
0 commit comments