From 51f90610d3d0bf61c92da58ca079fb2b05457c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:04:46 +0000 Subject: [PATCH] chore(deps-dev): update nikic/php-parser requirement from ^4.3 to ^5.2 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.3.0...v5.2.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 cb1a496..2882fa7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "sonata-project/doctrine-orm-admin-bundle": "^3.6 || ^4.3" }, "require-dev": { - "nikic/php-parser": "^4.3", + "nikic/php-parser": "^5.2", "phpunit/phpunit": "^9.5", "phpstan/phpstan-phpunit": "^1.0", "friendsofphp/php-cs-fixer": "^3.0"