From f429c53e9b294443469fb37bcc470a680b592b87 Mon Sep 17 00:00:00 2001 From: byrond Date: Fri, 15 May 2020 17:09:57 -0400 Subject: [PATCH] make sort-packages boolean in composer.json --- STYLEGUIDE_TEMPLATE_SPRESS/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLEGUIDE_TEMPLATE_SPRESS/composer.json b/STYLEGUIDE_TEMPLATE_SPRESS/composer.json index 427e7e9..6602224 100644 --- a/STYLEGUIDE_TEMPLATE_SPRESS/composer.json +++ b/STYLEGUIDE_TEMPLATE_SPRESS/composer.json @@ -6,7 +6,7 @@ "prefer-stable": true, "preferred-install": "dist", "config": { - "sort-packages": "true" + "sort-packages": true }, "require": { "spress/spress": "^2.1"