diff --git a/composer.json b/composer.json index f08c783..32e7aaa 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpstan/phpstan-phpunit": "^2.0.10", "phpstan/phpstan-strict-rules": "^2.0.7", "phpunit/phpunit": "^10.5.27", - "rector/rector": "^2.2.5", + "rector/rector": "^2.2.11", "roave/backward-compatibility-check": "^8.6.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index f967882..e8fea2c 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": "868ca1d5c86f109960b024f890d3c3ce", + "content-hash": "871aa4f9f516db4f5a37120396a6b028", "packages": [ { "name": "ergebnis/front-matter", @@ -4954,21 +4954,21 @@ }, { "name": "rector/rector", - "version": "2.2.5", + "version": "2.2.11", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9" + "reference": "7bd21a40b0332b93d4bfee284093d7400696902d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/fb9418af7777dfb1c87a536dc58398b5b07c74b9", - "reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/7bd21a40b0332b93d4bfee284093d7400696902d", + "reference": "7bd21a40b0332b93d4bfee284093d7400696902d", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.26" + "phpstan/phpstan": "^2.1.32" }, "conflict": { "rector/rector-doctrine": "*", @@ -5002,7 +5002,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.5" + "source": "https://github.com/rectorphp/rector/tree/2.2.11" }, "funding": [ { @@ -5010,7 +5010,7 @@ "type": "github" } ], - "time": "2025-10-23T11:22:37+00:00" + "time": "2025-12-02T11:23:46+00:00" }, { "name": "revolt/event-loop",