diff --git a/composer.json b/composer.json index 51a3e2717..c30b29f79 100644 --- a/composer.json +++ b/composer.json @@ -130,7 +130,7 @@ "nunomaduro/larastan": "^2.5", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", - "rector/rector": "^0.16.0" + "rector/rector": "^0.17.1" }, "suggest": { "ext-gd": "to use GD library based image processing.", diff --git a/composer.lock b/composer.lock index 1f1afab1c..0b7e73548 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": "d23ff4a3c7c03726efe6d8b053ddaf9b", + "content-hash": "6a75280be40dfc9002fa0d5a15e674c1", "packages": [ { "name": "aharen/omdbapi", @@ -16776,21 +16776,21 @@ }, { "name": "rector/rector", - "version": "0.16.0", + "version": "0.17.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f" + "reference": "11401dc1abba0a359fabbf98f1057f4e65129f86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/2125ff71ea05b079562a8f59ca48a97eb78dc07f", - "reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/11401dc1abba0a359fabbf98f1057f4e65129f86", + "reference": "11401dc1abba0a359fabbf98f1057f4e65129f86", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.14" + "phpstan/phpstan": "^1.10.15" }, "conflict": { "rector/rector-doctrine": "*", @@ -16825,7 +16825,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.16.0" + "source": "https://github.com/rectorphp/rector/tree/0.17.1" }, "funding": [ { @@ -16833,7 +16833,7 @@ "type": "github" } ], - "time": "2023-05-05T12:12:17+00:00" + "time": "2023-06-14T09:05:33+00:00" }, { "name": "sebastian/cli-parser",