123456789101112131415161718192021222324252627282930 |
- {
- "name": "sonata-project/doctrine-orm-admin-bundle",
- "type": "symfony-bundle",
- "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
- "keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
- "homepage": "http://sonata-project.org/bundles/admin",
- "license": "MIT",
- "authors": [
- {
- "name": "Thomas Rabaix",
- "email": "thomas.rabaix@sonata-project.org",
- "homepage": "http://sonata-project.org"
- },
- {
- "name": "Sonata Community",
- "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
- }
- ],
- "require": {
- "php": ">=5.3.2",
- "doctrine/orm": "2.1.*",
- "doctrine/dbal": "2.1.*",
- "symfony/symfony": "2.0.*",
- "sonata-project/admin-bundle": "2.0.*"
- },
- "autoload": {
- "psr-0": { "Sonata\\DoctrineORMAdminBundle": "" }
- },
- "target-dir": "Sonata/DoctrineORMAdminBundle"
- }
|