composer.json 833 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "repositories": [
  3. {
  4. "type": "vcs",
  5. "url": "https://github.com/dever-main/framework"
  6. },
  7. {
  8. "type": "composer",
  9. "url": "http://packagist.cn"
  10. },
  11. {
  12. "packagist": false
  13. }
  14. ],
  15. "require": {
  16. "dever-main/framework": "dev-master"
  17. ,"sunra/php-simple-html-dom-parser": "v1.5.0"
  18. ,"erusev/parsedown": "1.6.0"
  19. ,"filp/whoops": "2.1.2"
  20. },
  21. "require_test": {
  22. "username/project": "version"
  23. ,"phpoffice/phpexcel": "1.8.1"
  24. ,"kriswallsmith/assetic": "v1.3.2"
  25. ,"fzaninotto/faker": "v1.6.0"
  26. ,"illuminate/validation": "v5.2.31"
  27. ,"mrrio/shellwrap": "0.4.1"
  28. ,"symfony/var-dumper": "v3.1.6"
  29. },
  30. "config": {
  31. "secure-http": false
  32. }
  33. }