diff --git a/composer.json b/composer.json index b0f86846..68e8f7c5 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpunit/phpunit": "^10.5.8", "psalm/plugin-phpunit": "~0.18.4", "psalm/plugin-symfony": "^5.1.0", - "rector/rector": "~0.19.1", + "rector/rector": "~0.19.2", "symplify/config-transformer": "^12.3.4", "vimeo/psalm": "^5.20.0" }, diff --git a/composer.lock b/composer.lock index 02819589..d5ea6f7f 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": "2511b4572855d60c2665e40ad864c9c9", + "content-hash": "3684b75794f775df6d9c8beba08ae625", "packages": [ { "name": "brick/math", @@ -7508,21 +7508,21 @@ }, { "name": "rector/rector", - "version": "0.19.1", + "version": "0.19.2", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "2bba0dd55ba92c23f1253d9e60d0242a896d1025" + "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/2bba0dd55ba92c23f1253d9e60d0242a896d1025", - "reference": "2bba0dd55ba92c23f1253d9e60d0242a896d1025", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903", + "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.52" + "phpstan/phpstan": "^1.10.56" }, "conflict": { "rector/rector-doctrine": "*", @@ -7552,7 +7552,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.1" + "source": "https://github.com/rectorphp/rector/tree/0.19.2" }, "funding": [ { @@ -7560,7 +7560,7 @@ "type": "github" } ], - "time": "2024-01-15T18:02:43+00:00" + "time": "2024-01-19T10:58:30+00:00" }, { "name": "sanmai/later",