From 5fafb6bebc27a7eadea59e09a6b5d64ceff38b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 07:04:19 +0000 Subject: [PATCH] Update dependency rector/rector to ^0.13 (#275) Co-authored-by: Renovate Bot --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 45a9a403..f711b85d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.12" + "rector/rector": "^0.13" }, "config": { "bin-dir": "bin", diff --git a/composer.lock b/composer.lock index 82313920..1d3147a5 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": "44747ac99cb55db375f6ebce4258190a", + "content-hash": "9fa50c6b637abc350803340ac4bc2bc3", "packages": [], "packages-dev": [ { @@ -2111,21 +2111,21 @@ }, { "name": "rector/rector", - "version": "0.12.23", + "version": "0.13.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "690b31768b322db886b35845f8452025eba2cacb" + "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/690b31768b322db886b35845f8452025eba2cacb", - "reference": "690b31768b322db886b35845f8452025eba2cacb", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/bb3b32dd590cbd0deb67c2ce8ae32801357ff059", + "reference": "bb3b32dd590cbd0deb67c2ce8ae32801357ff059", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.6" + "phpstan/phpstan": "^1.6.8" }, "conflict": { "phpstan/phpdoc-parser": "<1.2", @@ -2159,7 +2159,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.12.23" + "source": "https://github.com/rectorphp/rector/tree/0.13.0" }, "funding": [ { @@ -2167,7 +2167,7 @@ "type": "github" } ], - "time": "2022-05-01T15:50:16+00:00" + "time": "2022-05-23T10:26:32+00:00" }, { "name": "sebastian/cli-parser",