2012-07-01 07:52:20 +00:00
|
|
|
{
|
|
|
|
"name": "doctrine/doctrine-bundle",
|
|
|
|
"type": "symfony-bundle",
|
|
|
|
"description": "Symfony DoctrineBundle",
|
|
|
|
"keywords": ["DBAL", "ORM", "Database", "Persistence"],
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "http://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.2",
|
|
|
|
"symfony/framework-bundle": "2.1.*",
|
|
|
|
"symfony/doctrine-bridge": "2.1.*",
|
|
|
|
"doctrine/dbal": ">=2.2,<2.4-dev"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/orm": ">=2.2,<2.4-dev",
|
|
|
|
"symfony/yaml": "2.1.*",
|
|
|
|
"symfony/validator": "2.1.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" }
|
|
|
|
},
|
|
|
|
"target-dir": "Doctrine/Bundle/DoctrineBundle",
|
2012-07-15 12:56:31 +00:00
|
|
|
"minimum-stability": "dev",
|
2012-07-01 07:52:20 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|