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

59 lines
1.1 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.2",
"ext-gd": "*",
"ext-libxml": "*",
"ext-json": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
4 years ago
"liguangchun/ip": "^1.1",
"ext-bcmath": "*"
4 years ago
},
"autoload": {
"files": [
4 years ago
"src/common.php"
4 years ago
],
"psr-4": {
"DtApp\\ThinkLibrary\\": "src"
}
},
"extra": {
"think": {
"services": [
4 years ago
"DtApp\\ThinkLibrary\\Library"
],
"config": {
"dtapp": "src/config.php"
}
4 years ago
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
4 years ago
}
}