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

@@ -6,6 +6,5 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Smarty\\' => array($vendorDir . '/egrajp/smarty-extended/src'),
'CoreLibs\\' => array($vendorDir . '/egrajp/corelibs-composer-all/src'),
);