We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a77bd + a230551 commit 932577bCopy full SHA for 932577b
composer.json
@@ -11,21 +11,21 @@
11
}
12
],
13
"require": {
14
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
15
"symfony/framework-bundle": "^4.4|^5.0",
16
"symfony/dependency-injection": "^4.4|^5.0",
17
"symfony/console": "^4.4|^5.0",
18
"symfony/stopwatch": "^4.4|^5.0",
19
"symfony/finder": "^4.4|^5.0",
20
- "symfony/serializer": "^4.4|^5.0",
+ "symfony/serializer": "^4.4|^5.0|^6.0",
21
"symfony/cache": "^4.4|^5.0",
22
"symfony/property-access": "^4.4|^5.0",
23
"doctrine/annotations": "^1.6",
24
"doctrine/cache": "^1.7",
25
"doctrine/inflector": "^1.3",
26
"doctrine/collections": "^1.5",
27
"monolog/monolog": "^1.24",
28
- "elasticsearch/elasticsearch": "^7.0",
+ "elasticsearch/elasticsearch": "^7.0|^8.0",
29
"ongr/elasticsearch-dsl": "^7.0"
30
},
31
"require-dev": {
0 commit comments