Reinstall smarty with fixed autoloader

This commit is contained in:
Clemens Schwaighofer
2023-02-17 13:01:41 +09:00
parent b696338324
commit 8766d4db77
7 changed files with 349 additions and 21 deletions

View File

@@ -38,9 +38,9 @@
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Smarty\\": "src/"
}
"classmap": [
"src/"
]
},
"license": [
"LGPL-3.0"