From fb387c779f4ca572b9d776a5e4b4b6f551cd7433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:04:03 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 3 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.23 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.21...5.2.23) Updates `phpstan/phpstan` to 1.10.67 - [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.66...1.10.67) Updates `phpunit/phpunit` to 10.5.19 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.19/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.18...10.5.19) --- updated-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 - dependency-name: phpunit/phpunit dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3e52bd6..40f856e 100644 --- a/composer.json +++ b/composer.json @@ -37,13 +37,13 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.11", - "mimmi20/coding-standard": "^5.2.21", + "mimmi20/coding-standard": "^5.2.23", "nikic/php-parser": "^4.19.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.66", + "phpstan/phpstan": "^1.10.67", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", - "phpunit/phpunit": "^10.5.18", + "phpunit/phpunit": "^10.5.19", "rector/rector": "^1.0.4" }, "minimum-stability": "stable",