15 Star 102 Fork 11

guanguans / think-soar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
琯琯 提交于 2020-07-08 12:57 . Update composer.json
{
"name": "guanguans/think-soar",
"keywords": [
"soar",
"sql",
"mysql",
"think",
"debug"
],
"description": "SQL optimizer and rewriter extension package for thinkphp5 framework.",
"support": {
"issues": "https://github.com/guanguans/think-soar/issues",
"source": "https://github.com/guanguans/think-soar"
},
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "琯琯",
"email": "yzmguanguan@gmail.com"
}
],
"require": {
"guanguans/soar-php": "^1",
"topthink/think": "~5.1 || ~5.2 || ^6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5 || ~7"
},
"autoload": {
"psr-4": {
"Guanguans\\ThinkSoar\\": "src"
},
"files": [
"src/Helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Guanguans\\Tests\\": "tests"
}
},
"scripts": {
"tests": "./vendor/bin/phpunit --coverage-text --color=always --debug --verbose"
},
"scripts-descriptions": {
"tests": "Run the phpunit tests."
}
}
PHP
1
https://gitee.com/guanguans/think-soar.git
git@gitee.com:guanguans/think-soar.git
guanguans
think-soar
think-soar
master

搜索帮助