| 12345678910111213141516171819202122232425262728 |
- {
- "name": "xia/migration",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "小夏",
- "email": "yyw168@vip.qq.com"
- }
- ],
- "require": {
- "topthink/framework": "^6.0.0",
- "topthink/think-helper": "^3.0.3"
- },
- "autoload": {
- "psr-4": {
- "Phinx\\": "phinx/src/Phinx",
- "think\\migration\\": "src"
- }
- },
- "extra": {
- "think": {
- "services": [
- "think\\migration\\Service"
- ]
- }
- },
- "minimum-stability": "dev"
- }
|