forked from FriendsOfSymfony/FOSElasticaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.23 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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": "[email protected]" },
{ "name": "Richard Miller", "email": "[email protected]" },
{ "name": "Jeremy Mikola", "email": "[email protected]" }
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.0,<2.3-dev",
"symfony/console": ">=2.1.0,<2.3-dev",
"symfony/form": ">=2.1.0,<2.3-dev",
"ruflin/elastica": "0.19.8"
},
"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"
}