Skip to content

Commit 403dc4c

Browse files
committed
[PHP 8.3 support](#133) : add [json_validate function](https://php.watch/versions/8.3/json_validate)
1 parent 8d68a63 commit 403dc4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"name": "json_validate",
4+
"ext_min": "8.3.0alpha1",
5+
"php_min": "8.3.0alpha1"
6+
}
7+
]

src/Application/Command/Init/InitHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ private function majorReleaseDefinitionProvider(): Generator
12291229
'40', '41', '42', '43',
12301230
'50', '51', '52', '53', '54', '55',
12311231
'70', '71', '72', '73', '74',
1232-
'80', '81', '82',
1232+
'80', '81', '82', '83',
12331233
],
12341234
'iniEntries' => [
12351235
'40',

0 commit comments

Comments
 (0)