You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
think-library/composer.json

48 lines
854 B

{
"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": ">=5.6.0",
"ext-gd": "*",
"ext-libxml": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"topthink/framework": "5.1.*",
"liguangchun/ip": "^1.1"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"DtApp\\ThinkLibrary\\": "src"
}
},
"extra": {
"think": {
"config": {
"dtapp": "src/config.php"
}
}
}
}