Skip to content

Commit 932577b

Browse files
authored
Merge pull request #981 from arturLitvinavicius/master
php 8 support
2 parents 87a77bd + a230551 commit 932577b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1",
14+
"php": "^7.1 || ^8.0",
1515
"symfony/framework-bundle": "^4.4|^5.0",
1616
"symfony/dependency-injection": "^4.4|^5.0",
1717
"symfony/console": "^4.4|^5.0",
1818
"symfony/stopwatch": "^4.4|^5.0",
1919
"symfony/finder": "^4.4|^5.0",
20-
"symfony/serializer": "^4.4|^5.0",
20+
"symfony/serializer": "^4.4|^5.0|^6.0",
2121
"symfony/cache": "^4.4|^5.0",
2222
"symfony/property-access": "^4.4|^5.0",
2323
"doctrine/annotations": "^1.6",
2424
"doctrine/cache": "^1.7",
2525
"doctrine/inflector": "^1.3",
2626
"doctrine/collections": "^1.5",
2727
"monolog/monolog": "^1.24",
28-
"elasticsearch/elasticsearch": "^7.0",
28+
"elasticsearch/elasticsearch": "^7.0|^8.0",
2929
"ongr/elasticsearch-dsl": "^7.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)