From a4b29b746f2b62ba6d52861ea06e0191a654f0b4 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8b92c0ad..74910e9e 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 .npmrc", + "rm .nvmrc", "rm .prettierrc.js", "rm Configuration/FunctionalTests.xml", "rm Configuration/UnitTests.xml", - "rm .npmrc", - "rm .nvmrc", - "rm package.json", "rm package-lock.json", + "rm package.json", "rm phive.xml", "rm phpcs.xml", "rm phpstan-baseline.neon",