think-migration/composer.json

33 lines
541 B
JSON
Raw Normal View History

2016-03-23 10:11:56 +00:00
{
2023-01-11 07:03:46 +00:00
"name": "zyimm/think-migration",
2016-03-23 10:11:56 +00:00
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
2023-01-11 07:03:46 +00:00
},
{
"name": "zyimm",
"email": "zyimm@qq.com"
2016-03-23 10:11:56 +00:00
}
],
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"Phinx\\": "phinx/src/Phinx",
"think\\migration\\": "src"
},
"files": [
"src/config.php"
]
2016-12-18 13:40:17 +00:00
},
2017-10-23 09:24:46 +00:00
"require": {
2023-01-11 07:03:46 +00:00
"php": ">=7.0",
"topthink/framework": "5.1.*"
},
"config": {
"allow-plugins": {
"topthink/think-installer": true
}
2016-03-23 10:11:56 +00:00
}
}