{ "type": "project", "name": "zoujingli/thinkadmin", "license": "MIT", "homepage": "https://thinkadmin.top", "description": "Application Development Framework", "keywords": [ "ThinkAdmin", "ThinkLibrary", "WeChatDeveloper" ], "authors": [ { "name": "Anyon", "email": "zoujingli@qq.com" } ], "require": { "php": ">7.1", "ext-gd": "*", "ext-json": "*", "ext-openssl": "*", "zoujingli/think-plugs-wuma": "*", "zoujingli/think-plugs-admin": "*", "zoujingli/think-plugs-worker": "*", "zoujingli/think-plugs-center": "*", "zoujingli/think-plugs-wechat": "*", "zoujingli/think-plugs-wemall": "*", "zoujingli/think-plugs-account": "*", "zoujingli/think-plugs-payment": "*", "zoujingli/think-plugs-wechat-service": "*" }, "repositories": [ { "type": "path", "url": "plugin/think-plugs-wuma" }, { "type": "path", "url": "plugin/think-plugs-worker" }, { "type": "path", "url": "plugin/think-plugs-wechat" }, { "type": "path", "url": "plugin/think-plugs-wechat-service" }, { "type": "path", "url": "plugin/think-plugs-admin" }, { "type": "path", "url": "plugin/think-plugs-center" }, { "type": "path", "url": "plugin/think-plugs-account" }, { "type": "path", "url": "plugin/think-plugs-payment" }, { "type": "path", "url": "plugin/think-plugs-wemall" }, { "type": "path", "url": "plugin/think-plugs-static" }, { "type": "path", "url": "plugin/think-library" } ], "minimum-stability": "dev", "config": { "sort-packages": true, "allow-plugins": { "zoujingli/think-install": true } } }