Smarty v5 update test, initial code setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user