From 9100f69e715b6eb41958fe61688ff4041da445d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:47:28 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v2.1.7 --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 791b2051..cdb0e1f0 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "dama/doctrine-test-bundle": "^v8.2.0", "friendsofphp/php-cs-fixer": "v3.86.0", "phpunit/phpunit": "^12.0", - "rector/rector": "2.0.12", + "rector/rector": "2.1.7", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "v7.2.4", "symfony/css-selector": "v7.2.0", diff --git a/composer.lock b/composer.lock index b7bf962d..1e51aa20 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": "2a8df5ef65692705ae0c833813fea150", + "content-hash": "e2acd930abbae32cab073398b1d1bc14", "packages": [ { "name": "doctrine/collections", @@ -8090,16 +8090,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.12", + "version": "2.1.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" + "reference": "4087d28bd252895874e174d65e26b2c202ed893a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", - "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4087d28bd252895874e174d65e26b2c202ed893a", + "reference": "4087d28bd252895874e174d65e26b2c202ed893a", "shasum": "" }, "require": { @@ -8144,7 +8144,7 @@ "type": "github" } ], - "time": "2025-04-16T13:19:18+00:00" + "time": "2025-09-12T14:26:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9113,21 +9113,21 @@ }, { "name": "rector/rector", - "version": "2.0.12", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "a7f9b968f6c15abfd0d2a1442c9dcd9ade677192" + "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/a7f9b968f6c15abfd0d2a1442c9dcd9ade677192", - "reference": "a7f9b968f6c15abfd0d2a1442c9dcd9ade677192", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c34cc07c4698f007a20dc5c99ff820089ae413ce", + "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.12" + "phpstan/phpstan": "^2.1.18" }, "conflict": { "rector/rector-doctrine": "*", @@ -9152,6 +9152,7 @@ "MIT" ], "description": "Instant Upgrade and Automated Refactoring of any PHP code", + "homepage": "https://getrector.com/", "keywords": [ "automation", "dev", @@ -9160,7 +9161,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.12" + "source": "https://github.com/rectorphp/rector/tree/2.1.7" }, "funding": [ { @@ -9168,7 +9169,7 @@ "type": "github" } ], - "time": "2025-04-22T12:47:33+00:00" + "time": "2025-09-10T11:13:58+00:00" }, { "name": "roave/security-advisories",