diff --git a/api/composer.json b/api/composer.json index 18c00c13805..74563434f52 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.5", + "rector/rector": "0.19.6", "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 1ea3200e699..d6368776c0c 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": "1712c283355aeacad6b353bbbd4574f8", + "content-hash": "a54a490d255a136cfc848fb245edd95f", "packages": [ { "name": "api-platform/core", @@ -12183,16 +12183,16 @@ }, { "name": "rector/rector", - "version": "0.19.5", + "version": "0.19.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "89c895d127b9d248d2af007068a824b5348ef81f" + "reference": "9464484f39028e930f206cbf2185a5f8a93689cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/89c895d127b9d248d2af007068a824b5348ef81f", - "reference": "89c895d127b9d248d2af007068a824b5348ef81f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/9464484f39028e930f206cbf2185a5f8a93689cc", + "reference": "9464484f39028e930f206cbf2185a5f8a93689cc", "shasum": "" }, "require": { @@ -12227,7 +12227,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.5" + "source": "https://github.com/rectorphp/rector/tree/0.19.6" }, "funding": [ { @@ -12235,7 +12235,7 @@ "type": "github" } ], - "time": "2024-01-29T23:53:47+00:00" + "time": "2024-02-04T12:45:08+00:00" }, { "name": "sebastian/cli-parser",