From d24b22d92543ca7558b69ed984a9414702f40113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:34:18 +0000 Subject: [PATCH] chore(deps): update dependency nikic/php-parser to v5 --- php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/composer.json b/php/composer.json index 61bf208f1..21367b1a9 100644 --- a/php/composer.json +++ b/php/composer.json @@ -22,7 +22,7 @@ "vimeo/psalm": "5.19.0", "friendsofphp/php-cs-fixer": "^3.5", "psalm/plugin-phpunit": "^0.18.0", - "nikic/php-parser": "^4.14" + "nikic/php-parser": "^5.0" }, "repositories": [ {