From 482ec354bbfa1864aa6f15cc84a892648737dd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:23:32 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 1 update Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.0...0.18.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 097e797..fac6eae 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.14", "phpunit/phpunit": "^10.3.2", - "rector/rector": "^0.18.0", + "rector/rector": "^0.18.1", "vimeo/psalm": "^5.15.0" }, "minimum-stability": "stable",