diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..49155780 --- /dev/null +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "sonata/doctrine-mongodb-admin-bundle", + "type": "symfony-bundle", + "description": "Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle", + "keywords": ["Admin Generator", "admin", "sonata", "bootstrap", "Mongo"], + "homepage": "http://sonata-project.org/bundles/admin", + "license": "MIT", + "authors": [ + { + "name": "Thomas Rabaix", + "email": "thomas.rabaix@sonata-project.org" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors" + } + ], + "require": { + "php": ">=5.3.2", + "sonata/admin-bundle": "*", + "symfony/framework-bundle": "2.*", + "symfony/security-bundle": "2.*" + }, + "autoload": { + "psr-0": { "Sonata\\DoctrineMongoDBAdminBundle": "" } + }, + "target-dir": "Sonata/DoctrineMongoDBAdminBundle" +}