123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "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.5-dev",
- "jdorn/sql-formatter": "~1.1"
- },
- "require-dev": {
- "doctrine/orm": ">=2.2,<2.5-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",
- "minimum-stability": "dev",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- }
- }
|