From 92616c4ee45bd5b9ac8c8b4b940345a1f4776c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 04:27:13 +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.4.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-version: 5.4.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 33f53ff..340ad62 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": [