Skip to content

Commit

Permalink
Backport upgrading PHP-Parser to PHP-8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jan 8, 2024
1 parent 379e913 commit 10e8a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gen_stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -4925,7 +4925,7 @@ function initPhpParser() {
}

$isInitialized = true;
$version = "5.0.0alpha3";
$version = "5.0.0";
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
if (!is_dir($phpParserDir)) {
installPhpParser($version, $phpParserDir);
Expand Down

0 comments on commit 10e8a0d

Please sign in to comment.