File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 "psalm" : " XDEBUG_MODE=off tools/psalm --threads=10 --long-progress" ,
4343 "composer-unused" : " XDEBUG_MODE=off tools/composer-unused --no-progress --no-interaction" ,
4444 "composer-require-checker" : " php -r 'exit((int) !(PHP_VERSION_ID >= 80400));' && XDEBUG_MODE=off tools/composer-require-checker --no-interaction || echo 'Skipping composer-require-checker because it needs PHP8.2 or higher'" ,
45- "infection" : " XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations" ,
45+ "infection" : " php -r 'exit((int) !(PHP_VERSION_ID >= 80100));' && XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations || echo 'Skipping infection because it needs PHP8.1 or higher' " ,
4646 "phive:update" : " XDEBUG_MODE=off phive update && git add tools/* phive.xml && git commit tools/* -m 'Updated phive dependencies'" ,
4747 "ci-all" : [
4848 " composer validate" ,
You can’t perform that action at this time.
0 commit comments