think-migration/composer.json
2018-01-01 00:32:22 +08:00

23 lines
373 B
JSON

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