From 755845605e5089ec341749fe9bb2ac93c9b81822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:12:05 +0000 Subject: [PATCH] Update nikic/php-parser requirement from ^4.0 to ^5.0 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.0.0) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79563e18..2c98cf9b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=8.2", - "nikic/php-parser": "^4.0" + "nikic/php-parser": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.5.8",