Skip to content

Commit 05a0264

Browse files
Add PHP 7.4 support
- Looking at the PHP 7.4 Backward Incompatible Changes and the repositories code, there is no reason to block this version - All PhpUnit tests run succesful in PHP 7.4
1 parent 8cc651d commit 05a0264

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)