FOSElasticaBundle/composer.json

24 lines
882 B
JSON
Raw Normal View History

2012-03-03 17:51:36 +01:00
{
"name": "exercise/elastica-bundle",
"type": "symfony-bundle",
"description": "Elasticsearch PHP integration for your Symfony2 project using Elastica",
"keywords": ["doctrine2", "elastica", "elasticsearch", "mongodb", "propel", "search"],
2012-03-03 17:51:36 +01:00
"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" }
2012-03-03 17:51:36 +01:00
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/console": "2.1.*",
"ruflin/elastica": ">=0.19.0"
2012-03-03 17:51:36 +01:00
},
"autoload": {
"psr-0": { "FOQ\\ElasticaBundle": "" }
},
"target-dir": "FOQ/ElasticaBundle"
}