From 3b2b6f0b5c7834273df8eb0f122e562b27190635 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 17 Feb 2023 12:57:58 +0900 Subject: [PATCH] Autoloader fix for old Smarty 4.x --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 13fc876..dfc944f 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,9 @@ "homepage": "https://github.com/smarty-php/smarty/", "license": "LGPL-3.0", "autoload": { - "psr-4": { - "Smarty\\": "src/" - } + "classmap": [ + "src/" + ] }, "authors": [ {