diff --git a/composer.json b/composer.json index be5eaac0..7007f758 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpstan/phpstan-phpunit": "^1.3.4", "phpstan/phpstan-strict-rules": "^1.4.5", "phpunit/phpunit": "^10.0.7", - "rector/rector": "^0.15.13" + "rector/rector": "^0.15.16" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 035d5d95..d4f3534e 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": "ec1f8dd3101813c6868639bfe38d3be6", + "content-hash": "15f51342bda2f33f9cdb6f9b0ff86d69", "packages": [ { "name": "psr/container", @@ -2083,16 +2083,16 @@ }, { "name": "rector/rector", - "version": "0.15.13", + "version": "0.15.16", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50" + "reference": "826539a991aa22590e91f8add06ca99f76e21ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/05df336f8e29873ed14c0790fbea68fa5de14f50", - "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/826539a991aa22590e91f8add06ca99f76e21ccd", + "reference": "826539a991aa22590e91f8add06ca99f76e21ccd", "shasum": "" }, "require": { @@ -2102,7 +2102,6 @@ "conflict": { "rector/rector-doctrine": "*", "rector/rector-downgrade-php": "*", - "rector/rector-php-parser": "*", "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, @@ -2127,7 +2126,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.13" + "source": "https://github.com/rectorphp/rector/tree/0.15.16" }, "funding": [ { @@ -2135,7 +2134,7 @@ "type": "github" } ], - "time": "2023-02-07T01:46:29+00:00" + "time": "2023-02-14T22:22:09+00:00" }, { "name": "sebastian/cli-parser",