Skip to content

Commit 0eb603e

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Update PHP-Parser version in gen_stub
2 parents 59d43a4 + dd0ec7a commit 0eb603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,7 @@ function initPhpParser() {
32653265
}
32663266

32673267
$isInitialized = true;
3268-
$version = "4.12.0";
3268+
$version = "4.13.0";
32693269
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
32703270
if (!is_dir($phpParserDir)) {
32713271
installPhpParser($version, $phpParserDir);

0 commit comments

Comments
 (0)