3 Star 7 Fork 0

IT小强xqitw.cn / think-phinx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 823 Bytes
一键复制 编辑 原始数据 按行查看 历史
IT小强xqitw.cn 提交于 2019-10-18 11:12 . composer.json 更新
{
"name" : "itxq/think-phinx",
"description" : "Think-Phinx 数据库迁移工具",
"type" : "library",
"license" : "Apache-2.0",
"authors" : [
{
"name" : "IT小强xqitw.cn",
"email" : "mail@xqitw.cn",
"homepage": "https://www.xqitw.cn/"
}
],
"repositories": [],
"require" : {
"php" : ">=7.1.0",
"ext-pdo" : "*",
"ext-json" : "*",
"ext-iconv" : "*",
"topthink/framework": "^6.0",
"robmorgan/phinx" : "^0.10.8"
},
"require-dev" : {},
"autoload" : {
"psr-4": {
"itxq\\": "src"
}
},
"extra" : {
"think": {
"services": [
"itxq\\phinx\\service\\Command"
],
"config" : {
"phinx": "src/config.php"
}
}
}
}
PHP
1
https://gitee.com/itxq/think-phinx.git
git@gitee.com:itxq/think-phinx.git
itxq
think-phinx
think-phinx
master

搜索帮助