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 923bf6b commit c155251Copy full SHA for c155251
.github/workflows/phpunit.yml
@@ -16,6 +16,7 @@ jobs:
16
- "8.1"
17
- "8.2"
18
- "8.3"
19
+ - "8.4"
20
dependencies:
21
- "highest"
22
- "lowest"
composer.json
@@ -21,7 +21,7 @@
}
],
23
"require": {
24
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
25
"ext-json": "*",
26
"codeception/codeception": "^5.0",
27
"guzzlehttp/guzzle": "^6.1 || ^7.0"
0 commit comments