diff --git a/composer.json b/composer.json index 8303dc7c..097cecce 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "phpunit/phpunit": "^10.3.2", "psalm/plugin-phpunit": "~0.18.4", "psalm/plugin-symfony": "^5.0.3", - "rector/rector": "~0.18.0", + "rector/rector": "~0.18.2", "symplify/config-transformer": "^12.0.5", "vimeo/psalm": "^5.15.0" }, diff --git a/composer.lock b/composer.lock index 53c2a903..cfab2bb6 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": "24b7408ddd4f9366b519254eb8c16188", + "content-hash": "d06ad673eda66d678ffb56cd75278d46", "packages": [ { "name": "brick/math", @@ -7447,21 +7447,21 @@ }, { "name": "rector/rector", - "version": "0.18.0", + "version": "0.18.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "758ada29b5c80d933f906735d3026520390a2a1d" + "reference": "8606564b50ce70f99839d35c67f4536dc2ea090d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/758ada29b5c80d933f906735d3026520390a2a1d", - "reference": "758ada29b5c80d933f906735d3026520390a2a1d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/8606564b50ce70f99839d35c67f4536dc2ea090d", + "reference": "8606564b50ce70f99839d35c67f4536dc2ea090d", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.26" + "phpstan/phpstan": "^1.10.31" }, "conflict": { "rector/rector-doctrine": "*", @@ -7491,7 +7491,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.0" + "source": "https://github.com/rectorphp/rector/tree/0.18.2" }, "funding": [ { @@ -7499,7 +7499,7 @@ "type": "github" } ], - "time": "2023-08-17T12:53:22+00:00" + "time": "2023-09-06T08:50:38+00:00" }, { "name": "sanmai/later",