55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
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": ">=7.1.0",
|
|
"topthink/framework": "6.0.*-dev",
|
|
"topthink/think-view": "^1.0",
|
|
"justinrainbow/json-schema": "~1.3",
|
|
"ramsey/uuid": "^3.8",
|
|
"predis/predis": "^1.1",
|
|
"topthink/think-multi-app": "^1.0",
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
"topthink/think-socketlog": "^1.0",
|
|
"topthink/think-swoole": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"app\\": "app",
|
|
"longbingcore\\": "longbingcore"
|
|
},
|
|
"psr-0": {
|
|
"": "extend/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://packagist.phpcomposer.com"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"@php think service:discover",
|
|
"@php think vendor:publish"
|
|
]
|
|
}
|
|
}
|