FOSElasticaBundle/composer.json
Chris Tickner fcb9e8f2f5 Updated the DoctrineMongoDBBundle service IDs
The service IDs for the DoctrineMongoDBBundle have changed for version 2.1.  This is an update to reflect that change.

https://github.com/doctrine/DoctrineMongoDBBundle/pull/134
2012-08-15 08:45:43 -03:00

36 lines
1.2 KiB
JSON

{
"name": "exercise/elastica-bundle",
"type": "symfony-bundle",
"description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
"keywords": ["doctrine2", "elastica", "elasticsearch", "mongodb", "propel", "search"],
"homepage": "https://github.com/Exercise/FOQElasticaBundle",
"license": "MIT",
"authors": [
{ "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com" },
{ "name": "Richard Miller", "email": "richard.miller@limethinking.co.uk" },
{ "name": "Jeremy Mikola", "email": "jmikola@gmail.com" }
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/console": "2.1.*",
"symfony/form": "2.1.*",
"ruflin/elastica": "0.19.3"
},
"require-dev":{
"doctrine/orm":"2.2.*",
"doctrine/mongodb-odm":"dev-master",
"propel/propel1":"1.6.*"
},
"suggest": {
"doctrine/orm": "2.2.*",
"doctrine/mongodb-odm": ">=3.0.0-beta2,<3.1-dev",
"propel/propel1": "1.6.*"
},
"autoload": {
"psr-0": { "FOQ\\ElasticaBundle": "" }
},
"minimum-stability":"dev",
"target-dir": "FOQ/ElasticaBundle"
}