{ "name": "taoser/think-addons", "description": "The ThinkPHP6 Addons Package", "license": "mit", "authors": [ { "name": "taoler", "email": "changlin_zhao@qq.com" } ], "require": { "php": ">=7.1.0", "topthink/framework": "^6.0", "topthink/think-view": "^1.0", "topthink/think-helper": "^3.0.0", "symfony/var-exporter": "^5.4" }, "autoload": { "psr-4": { "taoser\\": "src/" }, "files": [ "src/helper.php" ] }, "extra": { "think": { "services": [ "taoser\\addons\\Service" ], "config":{ "addons": "src/config.php" } } }, "scripts" : { "post-install-cmd": [ "php think addons:config" ] } }