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

@@ -0,0 +1,23 @@
{
"name": "egrajp/smarty-extended",
"description": "Smarty, extended with gettext, checkbox/radio labels and index numbers",
"type": "library",
"keywords": [
"templating"
],
"homepage": "https://github.com/smarty-php/smarty/",
"license": "LGPL-3.0",
"autoload": {
"classmap": [
"src/"
]
},
"authors": [
{
"name": "Clemens Schwaighofer",
"email": "clemens.schwaighofer@egplusww.com"
}
],
"minimum-stability": "dev",
"require": {}
}