forked from FriendsOfSymfony/FOSElasticaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "friendsofsymfony/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/FriendsOfSymfony/FOSElasticaBundle",
"license": "MIT",
"authors": [
{ "name": "FriendsOfSymfony Community", "homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors" },
{ "name": "Tim Nagel", "email": "[email protected]" },
{ "name": "Richard Miller", "email": "[email protected]" },
{ "name": "Jeremy Mikola", "email": "[email protected]" }
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/console": "~2.1|~3.0",
"symfony/form": "~2.1|~3.0",
"symfony/property-access": "~2.3|~3.0",
"ruflin/elastica": "~2.1",
"psr/log": "~1.0"
},
"require-dev":{
"doctrine/orm": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/phpcr-bundle": "~1.2",
"jackalope/jackalope-doctrine-dbal": "~1.1",
"jms/serializer-bundle": "@stable",
"phpunit/phpunit": "~4.1",
"propel/propel1": "1.6.*",
"pagerfanta/pagerfanta": "~1.0",
"knplabs/knp-components": "~1.2",
"knplabs/knp-paginator-bundle": "~2.4",
"symfony/browser-kit" : "~2.3|~3.0",
"symfony/expression-language" : "~2.4|~3.0",
"symfony/twig-bundle": "~2.3|~3.0",
"symfony/serializer": "~2.7|~3.0"
},
"autoload": {
"psr-4": { "FOS\\ElasticaBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
}
}