Skip to content

Commit d3a3a51

Browse files
committed
AC-10036 SVC tool compatibility with php8.3
1 parent ecf43ce commit d3a3a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~8.1.0||~8.2.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.6",
1414
"nikic/php-parser": "^4.15",

0 commit comments

Comments
 (0)