FOSElasticaBundle/composer.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2012-03-03 17:51:36 +01:00
{
"name": "friendsofsymfony/elastica-bundle",
2012-03-03 17:51:36 +01:00
"type": "symfony-bundle",
"description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
"keywords": ["doctrine2", "elastica", "elasticsearch", "mongodb", "propel", "search"],
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
2012-03-03 17:51:36 +01:00
"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" }
2012-03-03 17:51:36 +01:00
],
"require": {
"php": ">=5.3.2",
2013-03-27 19:33:30 +01:00
"symfony/framework-bundle": "2.1.*",
"symfony/console": "2.1.*",
"symfony/form": "2.1.*",
"ruflin/elastica": "0.19.8"
2012-03-03 17:51:36 +01:00
},
"require-dev":{
2013-01-25 11:59:24 +01:00
"doctrine/orm":">=2.2,<2.5-dev",
"doctrine/mongodb-odm":"1.0.*@dev",
"propel/propel1":"1.6.*"
},
"suggest": {
2013-01-25 11:59:24 +01:00
"doctrine/orm": ">=2.2,<2.5-dev",
"doctrine/mongodb-odm": "1.0.*@dev",
"propel/propel1": "1.6.*"
},
2012-03-03 17:51:36 +01:00
"autoload": {
"psr-0": { "FOS\\ElasticaBundle": "" }
2012-03-03 17:51:36 +01:00
},
"target-dir": "FOS/ElasticaBundle"
}