Autoloader fix for old Smarty 4.x

This commit is contained in:
2023-02-17 12:57:58 +09:00
parent 668520a2bd
commit 3b2b6f0b5c

View File

@@ -8,9 +8,9 @@
"homepage": "https://github.com/smarty-php/smarty/", "homepage": "https://github.com/smarty-php/smarty/",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"autoload": { "autoload": {
"psr-4": { "classmap": [
"Smarty\\": "src/" "src/"
} ]
}, },
"authors": [ "authors": [
{ {