{
    "name": "doctrine/migrations",
    "type": "library",
    "description": "Database Schema migrations using Doctrine DBAL",
    "keywords": ["migrations", "database"],
    "homepage": "http://www.doctrine-project.org",
    "license": "LGPL-2.1",
    "authors": [
        {"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"},
        {"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
    ],
    "require": {
        "php": ">=5.4.0",
        "doctrine/dbal": "~2.2",
        "symfony/yaml": "~2.3",
        "symfony/console": "~2.3"
    },
    "require-dev": {
        "doctrine/orm": "2.*",
        "phpunit/phpunit": "~4.7",
        "satooshi/php-coveralls": "0.6.*",
        "doctrine/coding-standard": "dev-master",
        "mockery/mockery": "^0.9.4",
        "johnkary/phpunit-speedtrap": "~1.0@dev"
    },
    "conflict": {
        "doctrine/orm": "<2.4"

    },
    "suggest": {
        "symfony/console": "to run the migration from the console"
    },
    "autoload": {
        "psr-0": {
            "Doctrine\\DBAL\\Migrations": "lib"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    }
}
