mirror of
https://devops.lemonos.cn/lawson/FendxPHP.git
synced 2026-06-15 23:12:49 +08:00
24 lines
465 B
JSON
24 lines
465 B
JSON
|
|
{
|
||
|
|
"name": "fendx/example",
|
||
|
|
"description": "FendxPHP Example Application",
|
||
|
|
"type": "project",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Lawson",
|
||
|
|
"email": "lawson@fendx.cn"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1",
|
||
|
|
"fendx/starter": "^1.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"App\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|