{ "name": "taoser/think-auth", "description": "The Auth package forThinkphp6,ThinkPHP6的Auth权限扩展", "keywords": ["think-auth", "thinkphp6"], "homepage": "https://github.com/taoser/think-auth", "license": "Apache-2.0", "type": "think-extend", "authors": [ { "name": "taoser", "email": "changlin_zhao@qq.com" } ], "require": { "php": ">=7.1.0", "topthink/framework": "^6.0" }, "autoload": { "psr-4": { "taoser\\think\\": "src/" } }, "extra": { "think": { "config": { "auth": "src/config/auth.php" } } } }