{ "name": "webman/admin", "type": "project", "license": "MIT", "description": "Webman Admin", "require": { "workerman/webman-framework": "^1.4", "illuminate/database": ">=7.30", "illuminate/pagination": ">=7.30", "illuminate/events": ">=7.30", "intervention/image": "^2.7", "webman/event": "^1.0", "webman/captcha": "^1.0.0", "webman/think-orm": "^1.0", "guzzlehttp/guzzle": "^7.5" }, "autoload": { "psr-4": { "Webman\\Admin\\": "src" } } }