Autoloader fix for old Smarty 4.x
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user