composer.json 449 B

1234567891011121314151617181920
  1. {
  2. "name": "test/helloworld",
  3. "type": "library",
  4. "description": "helloworld",
  5. "license": "MIT",
  6. "minimum-stability": "dev",
  7. "repositories": [
  8. { "type": "composer", "url": "http://satis-dist.lysis.com.cn:4000/" }
  9. ],
  10. "config": {
  11. "secure-http": false
  12. },
  13. "distribute-helper": {
  14. "use-space": "100K",
  15. "module-name":"hellow",
  16. "module-files":[
  17. {"name":"module.zip","size":"1487KB"}
  18. ]
  19. }
  20. }