From 20fde722439bab5f070ec6a31fc3340be9b691d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:52:27 +0000 Subject: [PATCH] composer(deps): bump the minor-patch-dependencies group with 5 updates Updates the requirements on [laminas/laminas-router](https://github.com/laminas/laminas-router), [infection/infection](https://github.com/infection/infection), [laminas/laminas-modulemanager](https://github.com/laminas/laminas-modulemanager), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `laminas/laminas-router` to 3.12.0 - [Release notes](https://github.com/laminas/laminas-router/releases) - [Commits](https://github.com/laminas/laminas-router/compare/3.11.1...3.12.0) Updates `infection/infection` to 0.27.8 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.27.6...0.27.8) Updates `laminas/laminas-modulemanager` to 2.15.0 - [Release notes](https://github.com/laminas/laminas-modulemanager/releases) - [Commits](https://github.com/laminas/laminas-modulemanager/compare/2.14.0...2.15.0) Updates `mimmi20/coding-standard` to 5.1.24 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.23...5.1.24) Updates `phpstan/phpstan` to 1.10.41 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.40...1.10.41) --- updated-dependencies: - dependency-name: laminas/laminas-router dependency-type: direct:production dependency-group: minor-patch-dependencies - dependency-name: infection/infection dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: laminas/laminas-modulemanager dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 419df7b..54d5098 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.1.0", "ext-mbstring": "*", - "laminas/laminas-router": "^3.11.1", + "laminas/laminas-router": "^3.12.0", "laminas/laminas-stdlib": "^3.18.0" }, "require-dev": { @@ -28,13 +28,13 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.6", - "laminas/laminas-modulemanager": "^2.14.0", + "infection/infection": "^0.27.8", + "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.1.23", + "mimmi20/coding-standard": "^5.1.24", "nikic/php-parser": "^v4.17.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.40", + "phpstan/phpstan": "^1.10.41", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpunit/phpunit": "^10.4.2",