diff --git a/composer.json b/composer.json index 631f3d0..3640370 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "infection/infection": "~0.27.0", "phpunit/phpunit": "^10.3.2", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.17.13", + "rector/rector": "~0.18.0", "vimeo/psalm": "^5.13.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index d0d2e3e..7e6386f 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": "5e7289cdbefa35ab9de575fcc2c7de77", + "content-hash": "d8b9e40d01a5c71681f6b9893272f786", "packages": [ { "name": "fakerphp/faker", @@ -3523,16 +3523,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": { @@ -3567,7 +3567,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": [ { @@ -3575,7 +3575,7 @@ "type": "github" } ], - "time": "2023-08-14T16:33:29+00:00" + "time": "2023-08-17T12:53:22+00:00" }, { "name": "sanmai/later",