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 ae39283 commit c7d32d2Copy full SHA for c7d32d2
.github/workflows/php.yml
@@ -18,6 +18,7 @@ jobs:
18
- "8.2"
19
- "8.3"
20
- "8.4"
21
+ - "8.5"
22
dependencies:
23
- "lowest"
24
- "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||~8.4.0",
+ "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0",
12
"ext-json": "*",
13
"laminas/laminas-stdlib": "^3.18",
14
"nikic/php-parser": "^4.19",
0 commit comments