diff --git a/composer.json b/composer.json index 98b9134db..0cce4e0e2 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "phpstan/phpstan-doctrine": "^1.3", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7", - "rector/rector": "^0.17" + "rector/rector": "^0.18" }, "autoload": { diff --git a/composer.lock b/composer.lock index 78865a5c5..d28e69436 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": "57b3c4ca1344ce10e76415571ea8840e", + "content-hash": "6c6acfbc104ee511b293bcdb5e161822", "packages": [ { "name": "azuyalabs/yasumi", @@ -10535,21 +10535,21 @@ }, { "name": "rector/rector", - "version": "0.17.13", + "version": "0.18.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132" + "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e2003ba7c5bda06d7bb419cf4be8dae5f8672132", - "reference": "e2003ba7c5bda06d7bb419cf4be8dae5f8672132", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/d99a91176b7eb7f2b6d509a6486b3661c6dfd370", + "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.26" + "phpstan/phpstan": "^1.10.31" }, "conflict": { "rector/rector-doctrine": "*", @@ -10579,7 +10579,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.4" }, "funding": [ { @@ -10587,7 +10587,7 @@ "type": "github" } ], - "time": "2023-08-14T16:33:29+00:00" + "time": "2023-09-25T17:07:54+00:00" }, { "name": "roave/security-advisories",