From 81cb617eaa79653e007daf8b0ad23bf0f1b8887e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Sun, 7 Jul 2024 23:58:43 +0200 Subject: [PATCH] Remove ignore, sort list --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 26dcbe6..bd247af 100644 --- a/composer.json +++ b/composer.json @@ -188,14 +188,13 @@ "rm .eslintrc.json", "rm .gitattributes", "rm .gitignore", - "rm Build/php-cs-fixer/.php-cs-fixer.php", - "rm .prettierrc.js", - "rm Build/phpunit/FunctionalTests.xml", - "rm Build/phpunit/UnitTests.xml", "rm .npmrc", "rm .nvmrc", - "rm package.json", + "rm .prettierrc.js", + "rm Configuration/FunctionalTests.xml", + "rm Configuration/UnitTests.xml", "rm package-lock.json", + "rm package.json", "rm phive.xml", "rm phpcs.xml", "rm phpstan-baseline.neon",