diff --git a/composer.json b/composer.json index e36d61bbc..80aa25d1a 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "phpunit/phpunit": "^10.2", "psalm/plugin-phpunit": "^0.18.4", "qossmic/deptrac-shim": "^1.0.2", - "rector/rector": "^0.17.2", + "rector/rector": "^0.17.3", "squizlabs/php_codesniffer": "^3.7", "symfony/finder": "^5.4 || ^6.3", "vimeo/psalm": "^5.13" diff --git a/composer.lock b/composer.lock index 339887e2d..5d0ec1e36 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": "2b6941c524817e5a71312cb3bb9b649d", + "content-hash": "85b010fa00c0220773373e8b14858501", "packages": [ { "name": "dflydev/dot-access-data", @@ -5120,16 +5120,16 @@ }, { "name": "rector/rector", - "version": "0.17.2", + "version": "0.17.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb" + "reference": "dbd0b13b4fe1787c04ae4732e3d54310bdc0c22b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb", - "reference": "b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/dbd0b13b4fe1787c04ae4732e3d54310bdc0c22b", + "reference": "dbd0b13b4fe1787c04ae4732e3d54310bdc0c22b", "shasum": "" }, "require": { @@ -5169,7 +5169,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.2" + "source": "https://github.com/rectorphp/rector/tree/0.17.3" }, "funding": [ { @@ -5177,7 +5177,7 @@ "type": "github" } ], - "time": "2023-06-29T10:03:28+00:00" + "time": "2023-07-10T13:32:43+00:00" }, { "name": "sebastian/cli-parser",