think-migration/composer.json
2023-01-11 15:03:46 +08:00

33 lines
541 B
JSON

{
"name": "zyimm/think-migration",
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
},
{
"name": "zyimm",
"email": "zyimm@qq.com"
}
],
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"Phinx\\": "phinx/src/Phinx",
"think\\migration\\": "src"
},
"files": [
"src/config.php"
]
},
"require": {
"php": ">=7.0",
"topthink/framework": "5.1.*"
},
"config": {
"allow-plugins": {
"topthink/think-installer": true
}
}
}