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.
1 parent 508f476 commit 512e899Copy full SHA for 512e899
.buildkite/pipeline.yml
@@ -16,5 +16,6 @@ steps:
16
- "8.2-cli"
17
- "8.1-cli"
18
- "8.0-cli"
19
+ - "7.4-cli"
20
command: ./.buildkite/run-tests
21
artifact_paths: "*.xml"
composer.json
@@ -10,7 +10,7 @@
10
"type": "library",
11
"license": "MIT",
12
"require": {
13
- "php": "^8.0",
+ "php": "^7.4 || ^8.0",
14
"elastic/transport": "^8.8",
15
"psr/http-client": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
0 commit comments