From 787a8de9defd3e86c27d64fe9614170db0b2dbb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:49:31 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 4 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.9 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.8...5.2.9) Updates `phpstan/phpstan` to 1.10.56 - [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.55...1.10.56) Updates `phpunit/phpunit` to 10.5.7 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.7/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.7) Updates `rector/rector` to 0.19.1 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.0...0.19.1) --- 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 - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0bf7e4b..372d239 100644 --- a/composer.json +++ b/composer.json @@ -30,14 +30,14 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.9", - "mimmi20/coding-standard": "^5.2.8", + "mimmi20/coding-standard": "^5.2.9", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.55", + "phpstan/phpstan": "^1.10.56", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.5", - "rector/rector": "^0.19.0" + "phpunit/phpunit": "^10.5.7", + "rector/rector": "^0.19.1" }, "minimum-stability": "stable", "prefer-stable": true,