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/",
"license": "LGPL-3.0",
"autoload": {
"psr-4": {
"Smarty\\": "src/"
}
"classmap": [
"src/"
]
},
"authors": [
{