From 910d788d864371052f789c125323b186f147dbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:46:12 +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), [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.13 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.12...5.2.13) Updates `phpunit/phpunit` to 10.5.10 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) Updates `rector/rector` to 1.0.0 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.5...1.0.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 ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 94805d9..bb9810e 100644 --- a/composer.json +++ b/composer.json @@ -35,14 +35,14 @@ "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1", "mikey179/vfsstream": "^v1.6.11", - "mimmi20/coding-standard": "^5.2.12", + "mimmi20/coding-standard": "^5.2.13", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.57", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.9", - "rector/rector": "^0.19.5" + "phpunit/phpunit": "^10.5.10", + "rector/rector": "^1.0.0" }, "suggest": { "laminas/laminas-modulemanager": "to register this project as module",