-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
30 lines (30 loc) · 920 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
30
{
"name": "m6web/elasticsearch-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Bundle on top of elasticsearch/elasticsearch-php",
"license": "MIT",
"authors": [
{
"name": "Matthieu Guillermin",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"elasticsearch/elasticsearch": "^5.1.0||^6.0.0||^7.0",
"symfony/event-dispatcher": "^4.4||^5.0||^6.0",
"symfony/yaml": "^4.4||^5.0||^6.0",
"symfony/http-foundation": "^4.4||^5.0||^6.0",
"symfony/config": "^4.4||^5.0||^6.0",
"symfony/http-kernel": "^4.4||^5.0||^6.0",
"symfony/dependency-injection": "^4.4||^5.0||^6.0"
},
"require-dev": {
"atoum/atoum": "^4.0",
"m6web/php-cs-fixer-config": "^2.0"
},
"autoload": {
"psr-0": { "": "src/" }
}
}