-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
29 lines (29 loc) · 940 Bytes
/
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
{
"name": "novaway/elasticsearch-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle to add debug information to elasticsearch/elasticsearch and ruflin/elastica",
"keywords": ["elasticsearch"],
"homepage": "https://github.com/novaway/elasticsearch-bundle",
"license": "MIT",
"require": {
"php": "^7.1 || ^8.0",
"elasticsearch/elasticsearch": "^5.2 || ^6.0 || ^7.0",
"ruflin/elastica": "^6.0 || ^7.0",
"symfony/http-kernel": "^4.3 || >=5.1.5",
"symfony/dependency-injection": "^4.2 || ^5.0 || ^6.0",
"symfony/web-profiler-bundle": "^4.2 || ^5.0 || ^6.0",
"symfony/config": "^4.2 || ^5.0 || ^6.0",
"symfony/serializer": "^4.2 || ^5.0 || ^6.0",
"webmozart/assert": "^1.0",
"ext-curl": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.1",
"phpstan/phpstan": "^0.11.2"
},
"autoload": {
"psr-4": {
"Novaway\\ElasticsearchBundle\\": "src/"
}
}
}