composer.json 330 B

1234567891011121314151617
  1. {
  2. "name": "general/channel",
  3. "description": "分销公共模块",
  4. "type": "library",
  5. "authors": [
  6. {
  7. "name": "fly",
  8. "email": "flyingstarsan.yu@gmail.com"
  9. }
  10. ],
  11. "require": {},
  12. "autoload": {
  13. "psr-4": {
  14. "Channel\\Common\\": "src"
  15. }
  16. }
  17. }