调整rpc接口文件命名空间
Showing
{ | ||
"name": "meibuyu/micro", | ||
"description": "美不语微服务公共接口库", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "梁俊杰", | ||
"email": "blithe8787@163.com" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"ext-redis": "*", | ||
"ext-gd": "*", | ||
"ext-curl": "*", | ||
"ext-mbstring": "*", | ||
"hyperf/cache": "~1.1.0", | ||
"hyperf/framework": "~1.1.0", | ||
"hyperf/db-connection": "~1.1.0", | ||
"hyperf/validation": "~1.1.0", | ||
"hyperf/command": "~1.1.0", | ||
"hyperf/redis": "~1.1.0", | ||
"hyperf/guzzle": "~1.1.0", | ||
"hyperf/config": "~1.1.0", | ||
"hyperf/logger": "~1.1.0", | ||
"hyperf/service-governance": "~1.1.0", | ||
"fzaninotto/faker": "^1.9", | ||
"phpoffice/phpspreadsheet": "^1.18", | ||
"dimsav/unix-zipper": "1.*", | ||
"hyperf/amqp": "~1.1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Meibuyu\\Micro\\": "src/" | ||
"name": "meibuyu/rpc", | ||
"description": "美不语微服务RPC接口库", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Zero", | ||
"email": "wangyuanwmm@163.com" | ||
} | ||
], | ||
"require": { | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Meibuyu\\Rpc\\": "src/" | ||
} | ||
}, | ||
"files": [ | ||
"src/functions.php", | ||
"src/const.php" | ||
] | ||
}, | ||
"extra": { | ||
"hyperf": { | ||
"config": "Meibuyu\\Micro\\ConfigProvider" | ||
"extra": { | ||
"hyperf": { | ||
"config": "Meibuyu\\Rpc\\ConfigProvider" | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment