diff --git a/composer.json b/composer.json index 69df19242..c3517c084 100644 --- a/composer.json +++ b/composer.json @@ -130,7 +130,7 @@ "nunomaduro/larastan": "^2.6", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", - "rector/rector": "^0.17.1" + "rector/rector": "^0.18.0" }, "suggest": { "ext-gd": "to use GD library based image processing.", diff --git a/composer.lock b/composer.lock index 1e4ee090d..17c407f75 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": "9a30f966fd21db1db8453134086def98", + "content-hash": "8ae5df14cdfe298ffe4bade2883440a6", "packages": [ { "name": "aharen/omdbapi", @@ -16888,16 +16888,16 @@ }, { "name": "rector/rector", - "version": "0.17.13", + "version": "0.18.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132" + "reference": "758ada29b5c80d933f906735d3026520390a2a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e2003ba7c5bda06d7bb419cf4be8dae5f8672132", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/758ada29b5c80d933f906735d3026520390a2a1d", + "reference": "758ada29b5c80d933f906735d3026520390a2a1d", "shasum": "" }, "require": { @@ -16932,7 +16932,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.13" + "source": "https://github.com/rectorphp/rector/tree/0.18.0" }, "funding": [ { @@ -16940,7 +16940,7 @@ "type": "github" } ], - "time": "2023-08-14T16:33:29+00:00" + "time": "2023-08-17T12:53:22+00:00" }, { "name": "sebastian/cli-parser",