{ "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.3.2", "symfony/doctrine-bridge": ">=2.1.0,<2.4-dev", "doctrine/doctrine-bundle": "~1.0", "doctrine/data-fixtures": "*" }, "autoload": { "psr-0": { "Doctrine\\Bundle\\FixturesBundle": "" } }, "target-dir": "Doctrine/Bundle/FixturesBundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } } }