We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc651d + 05a0264 commit c13264aCopy full SHA for c13264a
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.1
5
- 7.2
6
- 7.3
7
+ - 7.4
8
9
env:
10
- ES_URL=http://127.0.0.1:9200
composer.json
@@ -3,7 +3,7 @@
3
"description": "A non-blocking ElasticSearch client for PHP based on Amp.",
"license": "MIT",
"require": {
- "php": "~7.1.0|~7.2.0|~7.3.0",
+ "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"ext-json": "*",
"amphp/artax": "^3.0",
"amphp/amp": "^2.1"
0 commit comments