2023-02-17 09:14:53 +09:00
{
"name" : "egrajp/smarty-extended" ,
2024-08-20 11:19:19 +09:00
"description" : "Smarty, extended with gettext, checkbox/radio labels and index numbers. Based on the smarty project: https://github.com/smarty-php/smarty/" ,
2023-02-17 09:14:53 +09:00
"type" : "library" ,
"keywords" : [
"templating"
] ,
2024-08-20 11:19:19 +09:00
"homepage" : "https://github.com/TBWA-EGPlus-Japan/Composer.smarty-extended" ,
2023-02-17 09:14:53 +09:00
"license" : "LGPL-3.0" ,
"autoload" : {
2024-08-09 17:28:32 +09:00
"files" : [
"src/functions.php"
] ,
"psr-4" : {
"Smarty\\" : "src/"
}
2023-02-17 09:14:53 +09:00
} ,
"authors" : [
{
"name" : "Clemens Schwaighofer" ,
"email" : "clemens.schwaighofer@egplusww.com"
}
] ,
"minimum-stability" : "dev" ,
2024-08-09 17:28:32 +09:00
"repositories" : {
"git.egplusww.jp.Composer" : {
"type" : "composer" ,
"url" : "https://git.egplusww.jp/api/packages/Composer/composer"
}
} ,
2024-08-20 11:19:19 +09:00
"require" : {
"php" : "^7.4 || ^8.0" ,
"ext-mbstring" : "*"
} ,
2024-08-09 17:28:32 +09:00
"require-dev" : {
2024-08-20 11:19:19 +09:00
"egrajp/corelibs-composer-all" : "^9"
2024-08-09 17:28:32 +09:00
}
2023-02-17 09:14:53 +09:00
}