| Current Path : /var/www/html/school/vendor/tmukherjee13/yii2-reverse-migration/ |
| Current File : /var/www/html/school/vendor/tmukherjee13/yii2-reverse-migration/composer.json |
{
"name": "tmukherjee13/yii2-reverse-migration",
"description": "Generate working migration classes from existing Database",
"type": "yii2-extension",
"keywords": ["yii2", "database", "migration"],
"license": "BSD-3-Clause",
"authors": [{
"name": "Tarun Mukherjee",
"email": "tmukherjee13@gmail.com"
}],
"require": {
"yiisoft/yii2": ">2.0.6"
},
"autoload": {
"psr-4": {
"tmukherjee13\\migration\\": ""
}
},
"repositories": [{
"type": "git",
"url": "https://github.com/tmukherjee13/yii2-reverse-migration.git"
}]
}