From ee8a379414d80135720342cae9159ae998093ff9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 3 Dec 2020 13:56:22 +0100 Subject: [PATCH] wip #3753 --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0930863..c471db3 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,9 @@ "minimum-stability": "dev", "prefer-stable": true, "autoload": { - "psr-0": { + "psr-4": { "Cubist\\Locale\\": "src" - }, - "files": [ - - ] + } }, "authors": [ { -- 2.39.5