think-migration/composer.json

23 lines
381 B
JSON
Raw Normal View History

2016-03-23 10:11:56 +00:00
{
"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"
]
2016-12-18 13:40:17 +00:00
},
"require-dev": {
2017-10-16 10:33:59 +00:00
"topthink/framework": "5.1.x-dev"
2016-03-23 10:11:56 +00:00
}
}