From abf356535e313823aadb55df06a5da970af95479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:11:25 +0000 Subject: [PATCH] composer(deps-dev): Bump rector/rector from 0.19.3 to 0.19.4 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.19.3 to 0.19.4. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.3...0.19.4) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9e8ae7a0..e8cfcd72 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "infection/infection": "~0.27.9", "phpunit/phpunit": "^10.5.9", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.19.3", + "rector/rector": "~0.19.4", "roave/backward-compatibility-check": "^8.6.0", "symfony/filesystem": "^6.4.0", "symfony/finder": "^6.4.0", diff --git a/composer.lock b/composer.lock index 6cbacbc3..5ec1fa1d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "18daf08d908300dc93bc4440d756706a", + "content-hash": "b2b33a2e9113906e7c03a8bdde7972df", "packages": [ { "name": "ergebnis/json", @@ -3960,16 +3960,16 @@ }, { "name": "rector/rector", - "version": "0.19.3", + "version": "0.19.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "5c1dd52a62206858660cd39a347ece0ce93af1ba" + "reference": "0d3dcc384284aff5f865480186a620166af6d031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/5c1dd52a62206858660cd39a347ece0ce93af1ba", - "reference": "5c1dd52a62206858660cd39a347ece0ce93af1ba", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/0d3dcc384284aff5f865480186a620166af6d031", + "reference": "0d3dcc384284aff5f865480186a620166af6d031", "shasum": "" }, "require": { @@ -4004,7 +4004,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.3" + "source": "https://github.com/rectorphp/rector/tree/0.19.4" }, "funding": [ { @@ -4012,7 +4012,7 @@ "type": "github" } ], - "time": "2024-01-29T19:04:58+00:00" + "time": "2024-01-29T21:18:03+00:00" }, { "name": "revolt/event-loop",