DreadLabs/app-migration-migrator-phinx

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "dreadlabs/app-migration-migrator-phinx",
    "description": "Migrator adapter for robmorgan/phinx.",
    "minimum-stability": "stable",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Juhnke",
            "email": "dev@van-tomas.de"
        }
    ],
    "require": {
        "robmorgan/phinx": "0.4.4",
        "dreadlabs/app-migration": "~0.1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.6",
        "sebastian/phpcpd": "~2.0",
        "phploc/phploc": "~2.1",
        "phpmd/phpmd": "~2.2",
        "pdepend/pdepend": "~2.0",
        "squizlabs/php_codesniffer": "~2.3",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-4": {
            "DreadLabs\\AppMigration\\Migrator\\Phinx\\": "src/",
            "DreadLabs\\AppMigration\\Migrator\\Phinx\\Tests\\": "tests/"
        }
    }
}