From bd32be0e292fb791c5c5934464c97c1ddf260913 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 13 Mar 2023 08:33:45 +0100 Subject: [PATCH] Remove the old engine PSR autoload path --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 35274bf8..5c1992ba 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,6 @@ "services" ], "minimum-stability": "stable", - "autoload": { - "psr-4": { - "EA\\Engine\\": "engine/" - } - }, "require": { "php": ">=8.0", "ext-curl": "*",