This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/composer.json

48 lines
920 B
JSON
Raw Normal View History

2020-04-25 22:20:29 +08:00
{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-bcmath": "*",
"ext-gd": "*",
"ext-openssl": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"topthink/framework": "5.0.*",
"qiniu/php-sdk": "^7.2",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^1.2",
"kosinix/grafika": "dev-master",
"myclabs/php-enum": "^1.6",
"lvht/geohash": "^1.1"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}