From 2f750c98929f77594363b49893d287090d93c0d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:29:43 +0000 Subject: [PATCH] chore(deps): bump rector/rector from 1.2.10 to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- rector.php | 1 - vendor-bin/rector/composer.json | 2 +- vendor-bin/rector/composer.lock | 30 +++++++++++++++--------------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/rector.php b/rector.php index 5c76bdc78..d50de6aab 100644 --- a/rector.php +++ b/rector.php @@ -20,7 +20,6 @@ return RectorConfig::configure() ]) ->withPreparedSets( phpunitCodeQuality: true, - phpunit: true, ) ->withPhpSets( php73: true, diff --git a/vendor-bin/rector/composer.json b/vendor-bin/rector/composer.json index a4110f8c1..43d59c2aa 100644 --- a/vendor-bin/rector/composer.json +++ b/vendor-bin/rector/composer.json @@ -1,5 +1,5 @@ { "require-dev": { - "rector/rector": "^1.2.10" + "rector/rector": "^2.0.18" } } diff --git a/vendor-bin/rector/composer.lock b/vendor-bin/rector/composer.lock index f4e611cab..5b4872f36 100644 --- a/vendor-bin/rector/composer.lock +++ b/vendor-bin/rector/composer.lock @@ -4,25 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "17da57c5488bc02351e4cacfb6359f57", + "content-hash": "393d9eff372abe4837e6e111fa6b894f", "packages": [], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "2.1.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053", + "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -63,25 +63,25 @@ "type": "github" } ], - "time": "2024-11-11T15:37:09+00:00" + "time": "2025-05-21T20:55:28+00:00" }, { "name": "rector/rector", - "version": "1.2.10", + "version": "2.0.18", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "40f9cf38c05296bd32f444121336a521a293fa61" + "reference": "be3a452085b524a04056e3dfe72d861948711062" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", - "reference": "40f9cf38c05296bd32f444121336a521a293fa61", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/be3a452085b524a04056e3dfe72d861948711062", + "reference": "be3a452085b524a04056e3dfe72d861948711062", "shasum": "" }, "require": { - "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.12.5" + "php": "^7.4|^8.0", + "phpstan/phpstan": "^2.1.17" }, "conflict": { "rector/rector-doctrine": "*", @@ -114,7 +114,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.10" + "source": "https://github.com/rectorphp/rector/tree/2.0.18" }, "funding": [ { @@ -122,7 +122,7 @@ "type": "github" } ], - "time": "2024-11-08T13:59:10+00:00" + "time": "2025-06-11T11:19:37+00:00" } ], "aliases": [],