diff --git a/composer.json b/composer.json index 7e2f6b4..83c9b57 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev": { "phpstan/phpstan": "2.1.44", "phpunit/phpunit": "11.5.50", - "rector/rector": "2.3.9", + "rector/rector": "2.4.0", "symplify/easy-coding-standard": "13.0.4" }, "scripts": { diff --git a/composer.lock b/composer.lock index 21e72d2..0be9c0d 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": "43f04b05ca32b78b2429630be6f26854", + "content-hash": "aff7a7c0cd8db213f359f75e82fcc8d3", "packages": [ { "name": "beluga-php/docker-php", @@ -3124,21 +3124,21 @@ }, { "name": "rector/rector", - "version": "2.3.9", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4" + "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/917842143fd9f5331a2adefc214b8d7143bd32c4", - "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d", + "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.40" + "phpstan/phpstan": "^2.1.41" }, "conflict": { "rector/rector-doctrine": "*", @@ -3172,7 +3172,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.3.9" + "source": "https://github.com/rectorphp/rector/tree/2.4.0" }, "funding": [ { @@ -3180,7 +3180,7 @@ "type": "github" } ], - "time": "2026-03-16T09:43:55+00:00" + "time": "2026-04-04T07:37:45+00:00" }, { "name": "sebastian/cli-parser",