www.lightcourse.com/composer.json

43 lines
972 B
JSON

{
"name": "topthink/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "http://thinkphp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "5.0.*",
"alibabacloud/client": "^1.5",
"stripe/stripe-php": "^7.116",
"google/apiclient": "^2.0",
"monolog/monolog": "^1.26",
"guzzlehttp/psr7": "^1.6.1",
"guzzlehttp/promises": "^1.3.1"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": false
}
}
}