diff --git a/composer.json b/composer.json index 933ec56e..e8c08687 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^10.4.2", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.18.8", + "rector/rector": "~0.18.10", "vimeo/psalm": "^5.15.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 2aa2f5e5..51fbeee6 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": "1af3b56f1eb1096e5bdcbcb21e30a487", + "content-hash": "871bac069d20bc6c814b13549d99d6be", "packages": [], "packages-dev": [ { @@ -3713,16 +3713,16 @@ }, { "name": "rector/rector", - "version": "0.18.8", + "version": "0.18.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "374bab157a41f6849556edc53125f856eb6c1c8c" + "reference": "f36bc0a707fd8af301df5108740ce41f9db8eded" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/374bab157a41f6849556edc53125f856eb6c1c8c", - "reference": "374bab157a41f6849556edc53125f856eb6c1c8c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f36bc0a707fd8af301df5108740ce41f9db8eded", + "reference": "f36bc0a707fd8af301df5108740ce41f9db8eded", "shasum": "" }, "require": { @@ -3757,7 +3757,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.8" + "source": "https://github.com/rectorphp/rector/tree/0.18.10" }, "funding": [ { @@ -3765,7 +3765,7 @@ "type": "github" } ], - "time": "2023-11-14T15:30:19+00:00" + "time": "2023-11-16T19:42:21+00:00" }, { "name": "sanmai/later",