mirror of
https://devops.lemonos.cn/lawson/FendxPHP.git
synced 2026-06-15 23:12:49 +08:00
30 lines
687 B
JSON
30 lines
687 B
JSON
|
|
{
|
||
|
|
"name": "fendx/starter",
|
||
|
|
"description": "FendxPHP Starter Module - 启动器、自动装配、入口",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Lawson",
|
||
|
|
"email": "lawson@fendx.cn"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"fendx/common": "^1.0",
|
||
|
|
"fendx/core": "^1.0",
|
||
|
|
"fendx/web": "^1.0",
|
||
|
|
"fendx/db": "^1.0",
|
||
|
|
"fendx/cache": "^1.0",
|
||
|
|
"fendx/security": "^1.0",
|
||
|
|
"fendx/log": "^1.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Fendx\\Starter\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|