From 3bbe2404d616ad227b6038aa54e49af6fbf3d152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:17:49 +0000 Subject: [PATCH] Update nikic/php-parser requirement from ^4 to ^5 Updates the requirements on [nikic/php-parser](https://github.com/nikic/PHP-Parser) to permit the latest version. - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v4.0.0...v5.7.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-version: 5.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b75e4ee..d2f72b9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpunit/phpunit": "^9.6", "donatj/drop": "^1.0", "friendsofphp/php-cs-fixer": "^3.14", - "nikic/php-parser": "^4", + "nikic/php-parser": "^5", "ext-dom": "*" }, "authors": [