diff --git a/composer.json b/composer.json index 72dc3222..9464b6f0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.6.16", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.19.5", + "rector/rector": "~0.19.7", "vimeo/psalm": "^5.21.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index e5f3c80d..78d8f2f7 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": "e791deb4942e4b90d1d4a33f7ef9872e", + "content-hash": "f28e12f4504b2574d10428c4ffb8673f", "packages": [], "packages-dev": [ { @@ -2945,16 +2945,16 @@ }, { "name": "rector/rector", - "version": "0.19.5", + "version": "0.19.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "89c895d127b9d248d2af007068a824b5348ef81f" + "reference": "53f16f413e74e92059981801ba82576064b3181a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/89c895d127b9d248d2af007068a824b5348ef81f", - "reference": "89c895d127b9d248d2af007068a824b5348ef81f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/53f16f413e74e92059981801ba82576064b3181a", + "reference": "53f16f413e74e92059981801ba82576064b3181a", "shasum": "" }, "require": { @@ -2989,7 +2989,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.5" + "source": "https://github.com/rectorphp/rector/tree/0.19.7" }, "funding": [ { @@ -2997,7 +2997,7 @@ "type": "github" } ], - "time": "2024-01-29T23:53:47+00:00" + "time": "2024-02-04T23:23:09+00:00" }, { "name": "sanmai/later",