diff --git a/composer.json b/composer.json index 2f8ef43..3064093 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "infection/infection": "~0.27.9", "phpunit/phpunit": "^10.5.8", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.19.1", + "rector/rector": "~0.19.2", "roave/backward-compatibility-check": "^8.6.0", "vimeo/psalm": "^5.20.0" }, diff --git a/composer.lock b/composer.lock index caacca2..e57d315 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": "0982e50d5ef5bc9d8e709a6b88759e6a", + "content-hash": "a4ea024aecf819e6dc1e25369932a48d", "packages": [ { "name": "psr/clock", @@ -4089,21 +4089,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": "*", @@ -4133,7 +4133,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": [ { @@ -4141,7 +4141,7 @@ "type": "github" } ], - "time": "2024-01-15T18:02:43+00:00" + "time": "2024-01-19T10:58:30+00:00" }, { "name": "revolt/event-loop",