diff --git a/composer.json b/composer.json index 73db6359..5815e011 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-strict-rules": "^1.5.5", "phpunit/phpunit": "^10.5.20", "psalm/plugin-phpunit": "~0.19.0", - "rector/rector": "^1.0.4", + "rector/rector": "^1.0.5", "roave/backward-compatibility-check": "^8.6.0", "vimeo/psalm": "^5.24.0" }, diff --git a/composer.lock b/composer.lock index 4d96d6cf..6cce6368 100644 --- a/composer.lock +++ b/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": "6d6ff40053f502558e62d42e73d2a5a5", + "content-hash": "79449100edaf9cff8b7236a4d04346da", "packages": [], "packages-dev": [ { @@ -4435,16 +4435,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": { @@ -4482,7 +4482,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": [ { @@ -4490,7 +4490,7 @@ "type": "github" } ], - "time": "2024-04-05T09:01:07+00:00" + "time": "2024-05-10T05:31:15+00:00" }, { "name": "revolt/event-loop",