Skip to content

Commit c13264a

Browse files
authored
Merge pull request #1 from youwe-petervanderwal/patch-1
Add PHP 7.4 support
2 parents 8cc651d + 05a0264 commit c13264a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
env:
910
- ES_URL=http://127.0.0.1:9200

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A non-blocking ElasticSearch client for PHP based on Amp.",
44
"license": "MIT",
55
"require": {
6-
"php": "~7.1.0|~7.2.0|~7.3.0",
6+
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0",
77
"ext-json": "*",
88
"amphp/artax": "^3.0",
99
"amphp/amp": "^2.1"

0 commit comments

Comments
 (0)