{ "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", "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" } }