Skip to content

Commit

Permalink
[CLEANUP] Add --no-check-lock to composer:normalize (#1195)
Browse files Browse the repository at this point in the history
Resolves #1194.
  • Loading branch information
Braunson authored Oct 20, 2022
1 parent 0dba1fe commit f6aadda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
],
"ci:tests:sof": "@php \"./vendor/bin/phpunit\" --stop-on-failure --do-not-cache-result",
"ci:tests:unit": "@php \"./vendor/bin/phpunit\" --do-not-cache-result",
"composer:normalize": "@php \"./.phive/composer-normalize\"",
"composer:normalize": "@php \"./.phive/composer-normalize\" --no-check-lock",
"php:fix": "@php \"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix config/ src/ tests/",
"php:version": "@php -v | grep -Po 'PHP\\s++\\K(?:\\d++\\.)*+\\d++(?:-\\w++)?+'",
"psalm:baseline": "@php \"./.phive/psalm\" --set-baseline=psalm.baseline.xml",
Expand Down

0 comments on commit f6aadda

Please sign in to comment.