mirror of
https://devops.lemonos.cn/lawson/FendxPHP.git
synced 2026-06-15 23:12:49 +08:00
23 lines
444 B
JSON
23 lines
444 B
JSON
|
|
{
|
||
|
|
"name": "fendx/cli",
|
||
|
|
"description": "FendxPHP CLI Command Line Tools",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "FendxPHP Team",
|
||
|
|
"email": "team@fendx.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Fendx\\CLI\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true
|
||
|
|
}
|