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

55 lines
1.0 KiB

4 years ago
{
"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": {
4 years ago
"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"
4 years ago
},
"autoload": {
"files": [
4 years ago
"src/common.php",
"src/helpers.php"
4 years ago
],
"psr-4": {
"DtApp\\ThinkLibrary\\": "src"
}
},
"extra": {
"think": {
"services": [
4 years ago
"DtApp\\ThinkLibrary",
"DtApp\\ThinkLibrary\\service",
"DtApp\\ThinkLibrary\\service\\TimeService"
],
"config": {
"dtapp": "src/config.php"
}
4 years ago
}
}
}