{
    "name": "doctrine/doctrine-fixtures-bundle",
    "type": "symfony-bundle",
    "description": "Symfony DoctrineFixturesBundle",
    "keywords": ["Persistence", "Fixture"],
    "homepage": "http://www.doctrine-project.org",
    "license": "MIT",
    "authors": [
        {
            "name": "Fabien Potencier",
            "email": "fabien@symfony.com"
        },
        {
            "name": "Doctrine Project",
            "homepage": "http://www.doctrine-project.org"
        },
        {
            "name": "Symfony Community",
            "homepage": "http://symfony.com/contributors"
        }
    ],
    "require": {
        "php": ">=5.5.9|^7.0",
        "symfony/framework-bundle": "^3.3|^4.0",
        "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
        "doctrine/doctrine-bundle": "~1.0",
        "doctrine/data-fixtures": "~1.0"
    },
    "autoload": {
        "psr-4": { "Doctrine\\Bundle\\FixturesBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.0.x-dev"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4",
        "symfony/phpunit-bridge": "^3.4 || ^4.0"
    }
}
