diff --git a/api/composer.json b/api/composer.json index 74563434f5..7c03304ebe 100644 --- a/api/composer.json +++ b/api/composer.json @@ -54,7 +54,7 @@ "php-coveralls/php-coveralls": "2.7.0", "phpstan/phpstan": "1.10.56", "phpunit/phpunit": "10.5.10", - "rector/rector": "0.19.6", + "rector/rector": "0.19.7", "spatie/phpunit-snapshot-assertions": "5.1.4", "symfony/browser-kit": "7.0.3", "symfony/css-selector": "7.0.3", diff --git a/api/composer.lock b/api/composer.lock index d6368776c0..aa0eb5254f 100644 --- a/api/composer.lock +++ b/api/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": "a54a490d255a136cfc848fb245edd95f", + "content-hash": "8464fba771fa7068529b899d290ddd50", "packages": [ { "name": "api-platform/core", @@ -12183,16 +12183,16 @@ }, { "name": "rector/rector", - "version": "0.19.6", + "version": "0.19.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "9464484f39028e930f206cbf2185a5f8a93689cc" + "reference": "53f16f413e74e92059981801ba82576064b3181a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/9464484f39028e930f206cbf2185a5f8a93689cc", - "reference": "9464484f39028e930f206cbf2185a5f8a93689cc", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/53f16f413e74e92059981801ba82576064b3181a", + "reference": "53f16f413e74e92059981801ba82576064b3181a", "shasum": "" }, "require": { @@ -12227,7 +12227,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.6" + "source": "https://github.com/rectorphp/rector/tree/0.19.7" }, "funding": [ { @@ -12235,7 +12235,7 @@ "type": "github" } ], - "time": "2024-02-04T12:45:08+00:00" + "time": "2024-02-04T23:23:09+00:00" }, { "name": "sebastian/cli-parser",