| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "phper666/hyperf-server-command",
- "license": "MIT",
- "authors": [
- {
- "name": "liyuzhao",
- "email": "562405704@qq.com"
- }
- ],
- "require": {
- "php": ">=7.2"
- },
- "require-dev": {},
- "autoload": {
- "psr-4": {
- "Phper666\\HyperfServiceCommand\\": "src/"
- },
- "files": [
- ]
- },
- "suggest": {
- "hyperf/command": "required hyperf/command ~2.0.0 OR required hyperf/command ~1.1.0"
- },
- "extra": {
- "hyperf": {
- "config": "Phper666\\HyperfServiceCommand\\ConfigProvider"
- }
- }
- }
|