From 20f0a01532494dc5d4ccae55a2e69e26c25f790f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:06:46 +0000 Subject: [PATCH] Update nikic/php-parser requirement from ^4.10 to ^5.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.10.0...v5.1.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 e5d910f..988fee0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^7.3|^8.0", - "nikic/php-parser": "^4.10", + "nikic/php-parser": "^5.1", "permafrost-dev/code-snippets": "^1.2.0" }, "require-dev": {