12345678910111213141516171819 |
- {
- "name": "general/channel",
- "description": "分销公共模块",
- "license": "MIT",
- "type": "library",
- "authors": [
- {
- "name": "fly",
- "email": "flyingstarsan.yu@gmail.com"
- }
- ],
- "require": {},
- "autoload": {
- "psr-4": {
- "General\\": "src"
- }
- },
- "minimum-stability": "dev"
- }
|