{ "name": "liguangchun/think-library", "description": "ThinkPhp扩展包", "keywords": [ "liguangchun", "think-library", "think", "thinkphp", "library" ], "time": "2020-04-13", "type": "library", "license": "MIT", "authors": [ { "name": "Chaim", "email": "gc@dtapp.net", "homepage": "https://api.dtapp.net" } ], "homepage": "https://www.dtapp.net", "require": { "php": ">=7.1.0", "ext-gd": "*", "ext-libxml": "*", "ext-json": "*", "ext-simplexml": "*", "ext-zip": "*", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0", "liguangchun/ip": "^1.1" }, "autoload": { "files": [ "src/common.php" ], "psr-4": { "DtApp\\ThinkLibrary\\": "src" } }, "extra": { "think": { "services": [ "DtApp\\ThinkLibrary" ], "config": { "dtapp": "src/config.php" } } } }