From d54bd51947061facde8c63d05b7a7f5b9ad680cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 03:20:08 +0000 Subject: [PATCH] composer(deps-dev): update nikic/php-parser requirement 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/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: nikic/php-parser 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 3e002c6..6d9ec55 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-xmlwriter": "*", "infection/infection": "^0.29.10", "mimmi20/coding-standard": "^6.0.1", - "nikic/php-parser": "^5.3.1", + "nikic/php-parser": "^5.4.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.9", "phpstan/phpstan-deprecation-rules": "^1.2.1",