diff --git a/api/composer.json b/api/composer.json index cb8c7f1966..996dc9e29d 100644 --- a/api/composer.json +++ b/api/composer.json @@ -59,7 +59,7 @@ "phpspec/prophecy-phpunit": "2.2", "phpstan/phpstan": "1.12.7", "phpunit/phpunit": "10.5.31", - "rector/rector": "1.2.7", + "rector/rector": "1.2.8", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.1", "symfony/css-selector": "7.1.1", diff --git a/api/composer.lock b/api/composer.lock index fa1661f6bf..ac2a8c5fb4 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": "18fef9fefa30aaf9999e5f9fdffbc3b8", + "content-hash": "b5a06fc659b584c5e6322fe419e2c86e", "packages": [ { "name": "api-platform/core", @@ -13186,16 +13186,16 @@ }, { "name": "rector/rector", - "version": "1.2.7", + "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0" + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/5b33bdd871895276e2c18e5410a4a57df9233ee0", - "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", "shasum": "" }, "require": { @@ -13233,7 +13233,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.7" + "source": "https://github.com/rectorphp/rector/tree/1.2.8" }, "funding": [ { @@ -13241,7 +13241,7 @@ "type": "github" } ], - "time": "2024-10-12T11:12:46+00:00" + "time": "2024-10-18T11:54:27+00:00" }, { "name": "sebastian/cli-parser",