Skip to content

Commit 10e8a0d

Browse files
committed
Backport upgrading PHP-Parser to PHP-8.3
1 parent 379e913 commit 10e8a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4925,7 +4925,7 @@ function initPhpParser() {
49254925
}
49264926

49274927
$isInitialized = true;
4928-
$version = "5.0.0alpha3";
4928+
$version = "5.0.0";
49294929
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
49304930
if (!is_dir($phpParserDir)) {
49314931
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)