调整rpc接口文件命名空间
Showing
{ | { | ||
"name": "meibuyu/micro", | "name": "meibuyu/rpc", | ||
"description": "美不语微服务公共接口库", | "description": "美不语微服务RPC接口库", | ||
"type": "library", | "type": "library", | ||
"license": "MIT", | "license": "MIT", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
"name": "梁俊杰", | "name": "Zero", | ||
"email": "blithe8787@163.com" | "email": "wangyuanwmm@163.com" | ||
} | } | ||
], | ], | ||
"require": { | "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": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
"Meibuyu\\Micro\\": "src/" | "Meibuyu\\Rpc\\": "src/" | ||
}, | } | ||
"files": [ | |||
"src/functions.php", | |||
"src/const.php" | |||
] | |||
}, | }, | ||
"extra": { | "extra": { | ||
"hyperf": { | "hyperf": { | ||
"config": "Meibuyu\\Micro\\ConfigProvider" | "config": "Meibuyu\\Rpc\\ConfigProvider" | ||
} | } | ||
} | } | ||
} | } |
Please register or sign in to comment