From 0fac00df8c6b00312ef3b794b4c3e94923f1b800 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Thu, 1 Dec 2022 11:52:46 -0400 Subject: [PATCH] Move `config` to the bottom of the file --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 348f2c8..ab47af1 100755 --- a/composer.json +++ b/composer.json @@ -9,10 +9,6 @@ "email": "github@muglug.com" } ], - "config": { - "optimize-autoloader": true, - "sort-packages": true - }, "require": { "php": "^7.1 || ^8.0", "ext-simplexml": "*", @@ -56,5 +52,9 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "codecept run -v" + }, + "config": { + "optimize-autoloader": true, + "sort-packages": true } }