From a113e0b9240c067a610c905394ca9624946f544c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:30:00 +0000 Subject: [PATCH] composer(deps-dev): bump rector/rector from 1.2.9 to 1.2.10 Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.9 to 1.2.10. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.9...1.2.10) --- 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 8d7a29e4..6985458d 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpunit/phpunit": "^10.5.26", "psalm/plugin-phpunit": "~0.19.0", "ramsey/uuid": "^4.7.6", - "rector/rector": "^1.2.9", + "rector/rector": "^1.2.10", "roave/backward-compatibility-check": "^8.6.0", "symfony/cache": "^6.4.8", "vimeo/psalm": "^5.26.1" diff --git a/composer.lock b/composer.lock index 34b3dc0d..c0fb1fc4 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": "56c140685e3e2ab5a2c9aca236502d4e", + "content-hash": "a07f6a26f150a56311792d6b7fb42e0a", "packages": [ { "name": "doctrine/cache", @@ -7103,16 +7103,16 @@ }, { "name": "rector/rector", - "version": "1.2.9", + "version": "1.2.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d" + "reference": "40f9cf38c05296bd32f444121336a521a293fa61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7923bd5e48f8c26a922df91f7174f5bca2b3671d", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", + "reference": "40f9cf38c05296bd32f444121336a521a293fa61", "shasum": "" }, "require": { @@ -7150,7 +7150,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.9" + "source": "https://github.com/rectorphp/rector/tree/1.2.10" }, "funding": [ { @@ -7158,7 +7158,7 @@ "type": "github" } ], - "time": "2024-11-04T18:26:57+00:00" + "time": "2024-11-08T13:59:10+00:00" }, { "name": "revolt/event-loop",