tweak configure

This commit is contained in:
awcodes
2023-07-11 13:45:41 -04:00
parent 31dcc0cf53
commit 07db1e858a
5 changed files with 26 additions and 33 deletions

View File

@@ -163,10 +163,7 @@ if (! $usePhpStan) {
'nunomaduro/larastan',
]);
remove_composer_script([
'test:phpstan',
'@test:phpstan',
]);
remove_composer_script(['analyse']);
}
if (! $usePint) {
@@ -177,7 +174,7 @@ if (! $usePint) {
'laravel/pint',
]);
remove_composer_script(['pint']);
remove_composer_script(['format']);
}
if (! $useUpdateChangelogWorkflow) {