diff --git a/composer.json b/composer.json index dcb05b0e..19e629f0 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "infection/infection": "~0.27.0", "phpunit/phpunit": "^10.3.1", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.17.10", + "rector/rector": "~0.17.12", "symfony/filesystem": "^6.0.13", "vimeo/psalm": "^5.14.1" }, diff --git a/composer.lock b/composer.lock index f42d98e4..553eb657 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": "794c8084cee3fdefe3ad214b3a352096", + "content-hash": "645a70ed5b9e42b0e17f956c5c49ff88", "packages": [ { "name": "ergebnis/json", @@ -3046,16 +3046,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.26", + "version": "1.10.28", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5d660cbb7e1b89253a47147ae44044f49832351f" + "reference": "e4545b55904ebef470423d3ddddb74fa7325497a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5d660cbb7e1b89253a47147ae44044f49832351f", - "reference": "5d660cbb7e1b89253a47147ae44044f49832351f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e4545b55904ebef470423d3ddddb74fa7325497a", + "reference": "e4545b55904ebef470423d3ddddb74fa7325497a", "shasum": "" }, "require": { @@ -3104,7 +3104,7 @@ "type": "tidelift" } ], - "time": "2023-07-19T12:44:37+00:00" + "time": "2023-08-08T12:33:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3867,16 +3867,16 @@ }, { "name": "rector/rector", - "version": "0.17.10", + "version": "0.17.12", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "f4c0627d5e157272cf4783099730ef7241fddb14" + "reference": "af3a14a8a9fffa3100b730571c356f6c658d5e09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/f4c0627d5e157272cf4783099730ef7241fddb14", - "reference": "f4c0627d5e157272cf4783099730ef7241fddb14", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/af3a14a8a9fffa3100b730571c356f6c658d5e09", + "reference": "af3a14a8a9fffa3100b730571c356f6c658d5e09", "shasum": "" }, "require": { @@ -3893,11 +3893,6 @@ "bin/rector" ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "0.15-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -3916,7 +3911,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.10" + "source": "https://github.com/rectorphp/rector/tree/0.17.12" }, "funding": [ { @@ -3924,7 +3919,7 @@ "type": "github" } ], - "time": "2023-08-03T14:19:51+00:00" + "time": "2023-08-10T15:22:02+00:00" }, { "name": "sanmai/later",