From cc1ed21d4989714566580e34642c11dbb2af10b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:25:45 +0000 Subject: [PATCH] Update nikic/php-parser requirement from ^4.13.2 to ^5.3.1 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.13.2...v5.3.1) --- 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 d29ee49..47fd844 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "magento/framework": ">=102.0.0", "mikey179/vfsstream": "^1.6.10", "nette/neon": "^3.3.3", - "nikic/php-parser": "^4.13.2", + "nikic/php-parser": "^5.3.1", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.2.3",