diff --git a/api/composer.json b/api/composer.json index 7f153256d8b..8a1c992de12 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.9", - "rector/rector": "0.19.2", + "rector/rector": "0.19.4", "spatie/phpunit-snapshot-assertions": "5.1.3", "symfony/browser-kit": "7.0.0", "symfony/css-selector": "7.0.0", diff --git a/api/composer.lock b/api/composer.lock index b42c42ec2d3..51598cd96ba 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": "8c6cb478329339385ee7617cf4cf3e8f", + "content-hash": "37bdd1c4b994d5bbbbf373df0bb39287", "packages": [ { "name": "api-platform/core", @@ -12183,16 +12183,16 @@ }, { "name": "rector/rector", - "version": "0.19.2", + "version": "0.19.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903" + "reference": "0d3dcc384284aff5f865480186a620166af6d031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903", - "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/0d3dcc384284aff5f865480186a620166af6d031", + "reference": "0d3dcc384284aff5f865480186a620166af6d031", "shasum": "" }, "require": { @@ -12227,7 +12227,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.2" + "source": "https://github.com/rectorphp/rector/tree/0.19.4" }, "funding": [ { @@ -12235,7 +12235,7 @@ "type": "github" } ], - "time": "2024-01-19T10:58:30+00:00" + "time": "2024-01-29T21:18:03+00:00" }, { "name": "sebastian/cli-parser",