Skip to content

Commit d37a99b

Browse files
committed
add support for PHP8.0
1 parent 3a68486 commit d37a99b

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,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.3 || ^8.0",
1515
"symfony/serializer": "^5.0",
1616
"paragonie/random_compat": "*",
17-
"elasticsearch/elasticsearch": "^6.0"
17+
"elasticsearch/elasticsearch": "^6.8"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^7.0",
@@ -36,7 +36,7 @@
3636
"minimum-stability": "dev",
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "6.1-dev"
39+
"dev-master": "6.3-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)