diff --git a/composer.json b/composer.json index 75ebff1a..b8dd4ec5 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^10.5.9", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.19.2", + "rector/rector": "~0.19.4", "roave/backward-compatibility-check": "^8.6.0", "vimeo/psalm": "^5.20.0" }, diff --git a/composer.lock b/composer.lock index 5fd5eb1a..70b5d04a 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": "d4e3f7d5638318672520cf132342205f", + "content-hash": "9fec389e583719bba155f83692c0edc2", "packages": [], "packages-dev": [ { @@ -4435,16 +4435,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": { @@ -4479,7 +4479,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": [ { @@ -4487,7 +4487,7 @@ "type": "github" } ], - "time": "2024-01-19T10:58:30+00:00" + "time": "2024-01-29T21:18:03+00:00" }, { "name": "revolt/event-loop",