Install smarty from composer package

This commit is contained in:
Clemens Schwaighofer
2023-02-22 06:36:34 +09:00
parent 7b9dc9c8b2
commit 47c4c5cb69
222 changed files with 502 additions and 341 deletions

View File

@@ -28,6 +28,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'egrajp/smarty-extended' => array(
'pretty_version' => '4.3.0',
'version' => '4.3.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../egrajp/smarty-extended',
'aliases' => array(),
'dev_requirement' => false,
),
'myclabs/deep-copy' => array(
'pretty_version' => '1.11.0',
'version' => '1.11.0.0',