diff --git a/composer.json b/composer.json index 4bb840d..466e683 100644 --- a/composer.json +++ b/composer.json @@ -156,6 +156,7 @@ "docs:generate": [ "docker run --rm t3docs/render-documentation show-shell-commands > tempfile.sh; echo 'dockrun_t3rd makehtml' >> tempfile.sh; bash tempfile.sh; rm tempfile.sh" ], + "fix:composer:normalize": "@composer normalize --no-check-lock", "fix:php": [ "@fix:php:cs", "@fix:php:sniff" @@ -211,6 +212,7 @@ "ci:yaml:lint": "Lints the YAML files.", "coverage:create-directories": "Creates the directories needed for recording and merging the code coverage reports.", "docs:generate": "Renders the extension ReST documentation.", + "fix:composer:normalize": "Normalizes composer.json file content.", "fix:php": "Runs all fixers for the PHP code.", "fix:php:cs": "Fixes the code style with PHP-CS-Fixer.", "fix:php:sniff": "Fixes the code style with PHP_CodeSniffer.",