From f106deec9dafc97cf7c3a28ef76b2d1d254ccb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:09:23 +0000 Subject: [PATCH] Bump rector/rector from 0.11.34 to 0.11.36 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.11.34 to 0.11.36. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.11.34...0.11.36) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index f9c8dfa..79a726d 100644 --- a/composer.lock +++ b/composer.lock @@ -1388,16 +1388,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.90", + "version": "0.12.91", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4" + "reference": "8226701cd228a0d63c2df995de7ab6070c69ac6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f0e4b56630fc3d4eb5be86606d07212ac212ede4", - "reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8226701cd228a0d63c2df995de7ab6070c69ac6a", + "reference": "8226701cd228a0d63c2df995de7ab6070c69ac6a", "shasum": "" }, "require": { @@ -1428,7 +1428,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.90" + "source": "https://github.com/phpstan/phpstan/tree/0.12.91" }, "funding": [ { @@ -1448,7 +1448,7 @@ "type": "tidelift" } ], - "time": "2021-06-18T07:15:38+00:00" + "time": "2021-07-04T15:31:48+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2070,21 +2070,21 @@ }, { "name": "rector/rector", - "version": "0.11.34", + "version": "0.11.36", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "cbf7ddb1e7e82bf477a64e323f131a42bd667b6a" + "reference": "0c1004ad176273c2249a1384ffb160167f5f2199" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/cbf7ddb1e7e82bf477a64e323f131a42bd667b6a", - "reference": "cbf7ddb1e7e82bf477a64e323f131a42bd667b6a", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/0c1004ad176273c2249a1384ffb160167f5f2199", + "reference": "0c1004ad176273c2249a1384ffb160167f5f2199", "shasum": "" }, "require": { "php": "^7.1|^8.0", - "phpstan/phpstan": ">=0.12.86 <=0.12.90" + "phpstan/phpstan": "0.12.91" }, "conflict": { "phpstan/phpdoc-parser": "<=0.5.3", @@ -2117,7 +2117,7 @@ "description": "Prefixed and PHP 7.1 downgraded version of rector/rector", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.11.34" + "source": "https://github.com/rectorphp/rector/tree/0.11.36" }, "funding": [ { @@ -2125,7 +2125,7 @@ "type": "github" } ], - "time": "2021-07-04T19:18:33+00:00" + "time": "2021-07-10T19:27:51+00:00" }, { "name": "sebastian/cli-parser",