mirror of
https://github.com/jbcr/elasticsearch-bundle.git
synced 2026-03-24 00:42:16 +01:00
* upgrade package dependancy injection required for Sf 6 * upgrade package required for Sf 6 Co-authored-by: pierre <pierre@novaway.fr>
30 lines
940 B
JSON
30 lines
940 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|