composer.json 404 B

12345678910111213141516171819
  1. {
  2. "config": {
  3. "disable-tls": true,
  4. "secure-http": false
  5. },
  6. "require-dev": {
  7. "phpunit/phpunit": "^5.5"
  8. },
  9. "repositories": {
  10. "packagist": {
  11. "type": "composer",
  12. "url": "https://mirrors.aliyun.com/composer"
  13. }
  14. },
  15. "require": {
  16. "phpdocumentor/phpdocumentor": "2.*",
  17. "evert/phpdoc-md" : "~0.2.0"
  18. }
  19. }