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 450abeb + d94a2e5 commit d597687Copy full SHA for d597687
.github/workflows/php.yml
@@ -17,6 +17,7 @@ jobs:
17
- "8.1"
18
- "8.2"
19
- "8.3"
20
+ - "8.4"
21
dependencies:
22
- "lowest"
23
- "highest"
composer.json
@@ -8,7 +8,7 @@
8
],
9
"bin": ["bin/svc"],
10
"require": {
11
- "php": "~8.1.0||~8.2.0||~8.3.0",
+ "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12
"ext-json": "*",
13
"laminas/laminas-stdlib": "^3.18",
14
"nikic/php-parser": "^4.15",
0 commit comments