composer.json 790 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "zorlan/skycaiji",
  3. "description": "skycaiji",
  4. "type": "project",
  5. "keywords": ["skycaiji", "crawler"],
  6. "homepage": "http://skycaiji.com/",
  7. "license": "Apache-2.0",
  8. "require": {
  9. "php": ">=5.4.0",
  10. "topthink/think-image": "^1.0",
  11. "topthink/think-captcha": "1.*",
  12. "topthink/think-mongo": "1.*",
  13. "topthink/think-migration": "1.*",
  14. "topthink/think-queue": "1.*",
  15. "topthink/think-helper": "1.*",
  16. "topthink/think-oracle": "1.*",
  17. "phpmailer/phpmailer": "~5.2",
  18. "matthiasmullie/minify": "^1.3",
  19. "phpoffice/phpexcel": "^1.8"
  20. },
  21. "config": {
  22. "preferred-install": "dist",
  23. "allow-plugins": {
  24. "topthink/think-installer": false
  25. }
  26. }
  27. }