From cf856885e20d9b4c41d6847a4b5fadbeab14c915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 02:45:23 +0000 Subject: [PATCH] composer(deps): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [symfony/console](https://github.com/symfony/console) and [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) to permit the latest version. Updates `symfony/console` to 6.4.7 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/console/compare/v6.4.6...v6.4.7) Updates `mimmi20/coding-standard` to 5.2.26 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.24...5.2.26) --- updated-dependencies: - dependency-name: symfony/console dependency-type: direct:production dependency-group: minor-patch-dependencies - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 11cb7ae..630f82c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-mbstring": "*", "monolog/monolog": "^3.6.0", "psr/container": "^1.1.2 || ^2.0.2", - "symfony/console": "^v6.4.6" + "symfony/console": "^v6.4.7" }, "require-dev": { "ext-ctype": "*", @@ -33,7 +33,7 @@ "infection/infection": "^0.27.11", "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1 || ^4.0.0", - "mimmi20/coding-standard": "^5.2.24", + "mimmi20/coding-standard": "^5.2.26", "nikic/php-parser": "^v4.19.1", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.67",