From 065e810abe7d252e52f22e5b70f8efcdac32efc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 01:50:41 +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), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [rector/rector](https://github.com/rectorphp/rector) and [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Updates `mimmi20/coding-standard` to 5.1.11 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.10...5.1.11) Updates `phpunit/phpunit` to 10.3.2 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.2/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2) Updates `rector/rector` to 0.18.0 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.17.13...0.18.0) Updates `vimeo/psalm` to 5.15.0 - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.14.1...5.15.0) --- 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 - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: vimeo/psalm 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 51edf0f..00c0a15 100644 --- a/composer.json +++ b/composer.json @@ -30,15 +30,15 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.0", - "mimmi20/coding-standard": "^5.1.10", + "mimmi20/coding-standard": "^5.1.11", "nikic/php-parser": "^v4.17.1", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.29", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.13", - "phpunit/phpunit": "^10.3.1", - "rector/rector": "^0.17.13", - "vimeo/psalm": "^5.14.1" + "phpunit/phpunit": "^10.3.2", + "rector/rector": "^0.18.0", + "vimeo/psalm": "^5.15.0" }, "minimum-stability": "stable", "prefer-stable": true,