forked from FlexModel/FlexModelElasticSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 813 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 813 Bytes
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
{
"name": "flexmodel/flexmodel-elasticsearch-bundle",
"description": "FlexModel-based Elasticsearch integration for Symfony 3+.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Niels Nijens",
"email": "niels@connectholland.nl"
}
],
"require": {
"php": "^5.5 | ^7.0",
"doctrine/orm": "^2.5",
"elasticsearch/elasticsearch": "^2.1",
"flexmodel/flexmodel-bundle": "^0.1 || ^0.2",
"nijens/range": "^1.0.1",
"ongr/elasticsearch-dsl": "^2.0.1",
"symfony/console": "^3.0",
"symfony/framework-bundle": "^3.0",
"symfony/serializer": "^3.0"
},
"autoload": {
"psr-4": {
"FlexModel\\FlexModelElasticsearchBundle\\": ""
}
}
}