You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
758 B
34 lines
758 B
{
|
|
"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"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\migration\\Service"
|
|
]
|
|
}
|
|
},
|
|
"require": {
|
|
"topthink/framework": "^6.0.0",
|
|
"topthink/think-helper": "^3.0.3"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"suggest": {
|
|
"fzaninotto/faker": "Required to use the factory builder (^1.8)."
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "^1.8"
|
|
}
|
|
}
|
|
|