mirror of
https://devops.lemonos.cn/lawson/FendxPHP.git
synced 2026-06-15 23:12:49 +08:00
23 lines
477 B
JSON
23 lines
477 B
JSON
|
|
{
|
||
|
|
"name": "fendx/common",
|
||
|
|
"description": "FendxPHP Common Module - 公共工具、常量、枚举、异常",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Lawson",
|
||
|
|
"email": "lawson@fendx.cn"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Fendx\\Common\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|