diff --git a/api/composer.json b/api/composer.json index a127af11918..5b3d7478c7b 100644 --- a/api/composer.json +++ b/api/composer.json @@ -54,7 +54,7 @@ "php-coveralls/php-coveralls": "2.7.0", "phpstan/phpstan": "1.10.67", "phpunit/phpunit": "10.5.20", - "rector/rector": "1.0.4", + "rector/rector": "1.0.5", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.0.7", "symfony/css-selector": "7.0.7", diff --git a/api/composer.lock b/api/composer.lock index beffef7d1f9..6f67e72a50a 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": "f7eae63e2170859670b12411991ccf12", + "content-hash": "7e9be385ad4a2313f059971178ebc15d", "packages": [ { "name": "api-platform/core", @@ -12224,16 +12224,16 @@ }, { "name": "rector/rector", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555" + "reference": "73eb63e4f9011dba6b7c66c3262543014e352f34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6e04d0eb087aef707fa0c5686d33d6ff61f4a555", - "reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/73eb63e4f9011dba6b7c66c3262543014e352f34", + "reference": "73eb63e4f9011dba6b7c66c3262543014e352f34", "shasum": "" }, "require": { @@ -12271,7 +12271,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.0.4" + "source": "https://github.com/rectorphp/rector/tree/1.0.5" }, "funding": [ { @@ -12279,7 +12279,7 @@ "type": "github" } ], - "time": "2024-04-05T09:01:07+00:00" + "time": "2024-05-10T05:31:15+00:00" }, { "name": "sebastian/cli-parser",