From 44ce11bde2c3781873e1c32d130e11cd60f49bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 3 May 2023 12:52:54 +0200 Subject: [PATCH] [FEATURE] Add fix composer normalize command (#831) Resolves: #808 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) 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.",