From 7b31e696b47e6372f8ae150544f3f8d156e6ed21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:45:51 +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 dd374a152..c681f00b4 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^10.5", "qossmic/deptrac-shim": "^1.0.2", - "rector/rector": "^1.2.9", + "rector/rector": "^1.2.10", "squizlabs/php_codesniffer": "^3.10", "symfony/finder": "^6.4.8", "symplify/phpstan-rules": "^13.0" diff --git a/composer.lock b/composer.lock index 5403c5166..5e2d079b2 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": "0e5823834a75dfda78f8358a6eedf35a", + "content-hash": "16d92f5b751f70fa56f6aafff77831a4", "packages": [ { "name": "dflydev/dot-access-data", @@ -5714,16 +5714,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": { @@ -5761,7 +5761,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": [ { @@ -5769,7 +5769,7 @@ "type": "github" } ], - "time": "2024-11-04T18:26:57+00:00" + "time": "2024-11-08T13:59:10+00:00" }, { "name": "sebastian/cli-parser",