Skip to content

Commit

Permalink
chore(composer): add composer-normalize to checks
Browse files Browse the repository at this point in the history
- Add composer-normalize to the list of checks
- Run composer normalize command
  • Loading branch information
guanguans committed Jul 14, 2023
1 parent f2beebc commit 959ce60
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,15 @@
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v",
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
"checks": [
"@mark-start",
"@composer-normalize",
"@composer-validate",
"@mark-separate",
"@md-lint",
"@mark-separate",
"@lint",
"@mark-separate",
"@style-lint",
"@mark-separate",
"@test",
"@mark-separate",
"@psalm",
"@mark-finish"
"@psalm"
],
"composer-normalize": "@composer normalize --ansi -v",
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
"facades-lint": "@facades-update -- --lint",
"facades-update": "/usr/local/opt/php@8.1/bin/php -f ./bin/facades.php",
Expand Down

0 comments on commit 959ce60

Please sign in to comment.