diff --git a/composer.json b/composer.json index 1bd8d20..5e9e6b2 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "infection/infection": "~0.27.11", "phpunit/phpunit": "^10.5.27", "psalm/plugin-phpunit": "~0.19.0", - "rector/rector": "^2.0.8", + "rector/rector": "^2.0.9", "roave/backward-compatibility-check": "^8.6.0", "vimeo/psalm": "^5.26.1" }, diff --git a/composer.lock b/composer.lock index cb57cd8..1e263bb 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": "88299c275020f6f562d9d5495514f667", + "content-hash": "445dcd9c941af19987a1b8048cae4f27", "packages": [], "packages-dev": [ { @@ -3660,16 +3660,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.2", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "7d08f569e582ade182a375c366cbd896eccadd3a" + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", - "reference": "7d08f569e582ade182a375c366cbd896eccadd3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a", + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a", "shasum": "" }, "require": { @@ -3714,7 +3714,7 @@ "type": "github" } ], - "time": "2025-01-21T14:54:06+00:00" + "time": "2025-02-10T08:25:21+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4879,21 +4879,21 @@ }, { "name": "rector/rector", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3c70238bc677eb98866000a05b19a34f12955954" + "reference": "4393230e478c0006795770fe74c223b5c64ed68c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c70238bc677eb98866000a05b19a34f12955954", - "reference": "3c70238bc677eb98866000a05b19a34f12955954", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/4393230e478c0006795770fe74c223b5c64ed68c", + "reference": "4393230e478c0006795770fe74c223b5c64ed68c", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.2" + "phpstan/phpstan": "^2.1.3" }, "conflict": { "rector/rector-doctrine": "*", @@ -4926,7 +4926,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.8" + "source": "https://github.com/rectorphp/rector/tree/2.0.9" }, "funding": [ { @@ -4934,7 +4934,7 @@ "type": "github" } ], - "time": "2025-02-06T14:02:49+00:00" + "time": "2025-02-10T08:14:01+00:00" }, { "name": "revolt/event-loop",