From eb1c775ef9981342da808b0ed749bc090ad9c40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:54:17 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.6 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.2...5.2.6) Updates `phpunit/phpunit` to 10.5.5 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.5/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.5) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpunit/phpunit 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 028a24f..0c33ddc 100644 --- a/composer.json +++ b/composer.json @@ -37,14 +37,14 @@ "laminas/laminas-servicemanager": "^3.22.1", "mezzio/mezzio-helpers": "^5.16.0", "mezzio/mezzio-router": "^3.17.0", - "mimmi20/coding-standard": "^5.2.2", + "mimmi20/coding-standard": "^5.2.6", "mimmi20/mezzio-generic-authorization": "^3.0.3", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.50", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.3", + "phpunit/phpunit": "^10.5.5", "rector/rector": "^0.18.13" }, "conflict": {