35 lines
874 B
JSON
35 lines
874 B
JSON
{
|
|
"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": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4" : {
|
|
"Smarty\\" : "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"repositories": {
|
|
"git.egplusww.jp.Composer": {
|
|
"type": "composer",
|
|
"url": "https://git.egplusww.jp/api/packages/Composer/composer"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"egrajp/corelibs-composer-all": "^9.13"
|
|
}
|
|
}
|