From 59f333bffc2e6ed5707d3bc4dd79f41c7766e105 Mon Sep 17 00:00:00 2001 From: Git I Hate You Date: Mon, 6 May 2019 17:17:18 +0200 Subject: [PATCH] Hotfix: move classmap-authoritative to the right location in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30fffe553..6d2358032 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ ], "type": "wordpress-plugin", "config": { + "classmap-authoritative": true, "sort-packages": true }, "support": { @@ -39,7 +40,6 @@ "wp-coding-standards/wpcs": "~1.2" }, "autoload": { - "classmap-authoritative": true, "psr-4": { "Imagify\\": "classes/", "Imagify\\ThirdParty\\AS3CF\\": "inc/3rd-party/amazon-s3-and-cloudfront/classes/",