diff --git a/api/composer.json b/api/composer.json index 2d2fd181f2..52e85a8d73 100644 --- a/api/composer.json +++ b/api/composer.json @@ -54,7 +54,7 @@ "php-coveralls/php-coveralls": "2.7.0", "phpstan/phpstan": "1.10.62", "phpunit/phpunit": "10.5.13", - "rector/rector": "0.19.8", + "rector/rector": "1.0.3", "spatie/phpunit-snapshot-assertions": "5.1.5", "symfony/browser-kit": "7.0.3", "symfony/css-selector": "7.0.3", diff --git a/api/composer.lock b/api/composer.lock index e2b58ddaef..1ecf979007 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": "3cff1a680581f0b52369027333873ec1", + "content-hash": "001981875efa6a36fce537e5f95a29ae", "packages": [ { "name": "api-platform/core", @@ -12114,21 +12114,21 @@ }, { "name": "rector/rector", - "version": "0.19.8", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" + "reference": "c59507a9090b465d65e1aceed91e5b81986e375b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c59507a9090b465d65e1aceed91e5b81986e375b", + "reference": "c59507a9090b465d65e1aceed91e5b81986e375b", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.56" + "phpstan/phpstan": "^1.10.57" }, "conflict": { "rector/rector-doctrine": "*", @@ -12158,7 +12158,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.8" + "source": "https://github.com/rectorphp/rector/tree/1.0.3" }, "funding": [ { @@ -12166,7 +12166,7 @@ "type": "github" } ], - "time": "2024-02-05T10:59:13+00:00" + "time": "2024-03-14T15:04:18+00:00" }, { "name": "sebastian/cli-parser",