{ "type": "think-admin-plugin", "name": "jerryyan/think-plugs-inspection", "license": "WTFPL", "homepage": "https://thinkadmin.top", "description": "Inspection Plugin for ThinkAdmin", "authors": [ { "name": "Jerry Yan", "email": "jerryyan0912@qq.com" } ], "require": { "php": ">7.1", "jerryyan/think-plugs-ticket": "@dev" }, "autoload": { "psr-4": { "plugin\\ticket\\": "src" } }, "extra": { "config": { "type": "module", "name": "巡检端", "document": "https://thinkadmin.top/plugin/think-plugs-wechat.html", "description": "巡检端" }, "think": { "services": [ "plugin\\inspection\\Service" ] } }, "minimum-stability": "dev", "config": { "sort-packages": true, "allow-plugins": { "zoujingli/think-install": true } } }