Your IP : 216.73.216.79


Current Path : /var/www/html/ebook/vendor/tmukherjee13/yii2-reverse-migration/
Upload File :
Current File : /var/www/html/ebook/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"
    }]
}