The correct place is at the EGRA github org, reference original in the description. Update the require part for the composer json file with this new information
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "egrajp/smarty-extended",
|
|
"description": "Smarty, extended with gettext, checkbox/radio labels and index numbers. Based on the smarty project: https://github.com/smarty-php/smarty/",
|
|
"type": "library",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"homepage": "https://github.com/TBWA-EGPlus-Japan/Composer.smarty-extended",
|
|
"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": {
|
|
"php": "^7.4 || ^8.0",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"egrajp/corelibs-composer-all": "^9"
|
|
}
|
|
}
|