{ "type": "project", "name": "jerryyan/guangan", "version": "0.0.1", "license": "MIT", "description": "Application Development Framework", "keywords": [ "ThinkAdmin", "ThinkLibrary", "WeChatDeveloper" ], "authors": [ { "name": "Anyon", "email": "zoujingli@qq.com" } ], "config": { "allow-plugins": { "zoujingli/think-install": true } }, "require": { "php": ">=7.1", "jerryyan/think-plugs-cms": "@dev", "jerryyan/think-plugs-points-mall": "@dev", "jerryyan/think-plugs-ticket": "@dev", "jerryyan/think-plugs-inspection": "@dev", "zoujingli/think-plugs-admin": "^1.0", "zoujingli/think-plugs-wechat": "^1.0", "zoujingli/think-plugs-center": "^1.0", "zoujingli/think-plugs-account": "^1.0", "ext-json": "*", "topthink/think-orm": "^3.0", "phpoffice/phpspreadsheet": "^4.0", "phpoffice/phpword": "^1" }, "repositories": { "jerryyan/think-plugs-cms": { "type": "path", "url": "./plugs/think-plugs-cms" }, "jerryyan/think-plugs-points-mall": { "type": "path", "url": "./plugs/think-plugs-points-mall" }, "jerryyan/think-plugs-ticket": { "type": "path", "url": "./plugs/think-plugs-ticket" }, "jerryyan/think-plugs-inspection": { "type": "path", "url": "./plugs/think-plugs-inspection" } }, "autoload": { "psr-4": { "app\\": "app" } } }