Smarty v5 update test, initial code setup

This commit is contained in:
2024-08-09 17:28:32 +09:00
parent b2c8fe2e1f
commit 2fc2807a6b
382 changed files with 30655 additions and 28498 deletions

View File

@@ -8,9 +8,12 @@
"homepage": "https://github.com/smarty-php/smarty/",
"license": "LGPL-3.0",
"autoload": {
"classmap": [
"src/"
]
"files": [
"src/functions.php"
],
"psr-4" : {
"Smarty\\" : "src/"
}
},
"authors": [
{
@@ -19,5 +22,13 @@
}
],
"minimum-stability": "dev",
"require": {}
"repositories": {
"git.egplusww.jp.Composer": {
"type": "composer",
"url": "https://git.egplusww.jp/api/packages/Composer/composer"
}
},
"require-dev": {
"egrajp/corelibs-composer-all": "^9.13"
}
}