diff --git a/composer.json b/composer.json index a2d09d4..8da7593 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev": { "phpstan/phpstan": "2.1.46", "phpunit/phpunit": "11.5.50", - "rector/rector": "2.4.0", + "rector/rector": "2.4.1", "symplify/easy-coding-standard": "13.0.4" }, "scripts": { diff --git a/composer.lock b/composer.lock index c754bea..2ea0e3a 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": "6257dc0cda2a89ecb9a8a69452537fba", + "content-hash": "894669b5b4822d257216bed06232a5b1", "packages": [ { "name": "beluga-php/docker-php", @@ -3124,16 +3124,16 @@ }, { "name": "rector/rector", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d" + "reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d", - "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/000b7050b9e4fe98db2192971e56eb0b302b3feb", + "reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb", "shasum": "" }, "require": { @@ -3172,7 +3172,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.4.0" + "source": "https://github.com/rectorphp/rector/tree/2.4.1" }, "funding": [ { @@ -3180,7 +3180,7 @@ "type": "github" } ], - "time": "2026-04-04T07:37:45+00:00" + "time": "2026-04-08T08:43:56+00:00" }, { "name": "sebastian/cli-parser",