| 123456789101112131415161718192021222324252627 |
- {
- "name": "zorlan/skycaiji",
- "description": "skycaiji",
- "type": "project",
- "keywords": ["skycaiji", "crawler"],
- "homepage": "http://skycaiji.com/",
- "license": "Apache-2.0",
- "require": {
- "php": ">=5.4.0",
- "topthink/think-image": "^1.0",
- "topthink/think-captcha": "1.*",
- "topthink/think-mongo": "1.*",
- "topthink/think-migration": "1.*",
- "topthink/think-queue": "1.*",
- "topthink/think-helper": "1.*",
- "topthink/think-oracle": "1.*",
- "phpmailer/phpmailer": "~5.2",
- "matthiasmullie/minify": "^1.3",
- "phpoffice/phpexcel": "^1.8"
- },
- "config": {
- "preferred-install": "dist",
- "allow-plugins": {
- "topthink/think-installer": false
- }
- }
- }
|