From 80ac3368dba9d1c916817db137ba0b10ff8d77ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:47:40 +0000 Subject: [PATCH] Chore(deps-dev): Bump rector/rector from 1.2.5 to 2.0.6 Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.5 to 2.0.6. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.5...2.0.6) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 6df98cc..22f513e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "nextcloud/ocp": "dev-master", "vimeo/psalm": "^5.9", "sabre/vobject": "^4.5", - "rector/rector": "^1.0", + "rector/rector": "^2.0", "phpunit/phpunit": "^9.6", "nextcloud/rector": "^0.2.1" }, diff --git a/composer.lock b/composer.lock index 2152110..a92513c 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": "05338b20ab5a6b04e01159d7db3aa1ca", + "content-hash": "c5eadd0d6fb268bae32221adceae7b38", "packages": [ { "name": "christophwurst/kitinerary", @@ -1687,20 +1687,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.3", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", - "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1741,7 +1741,7 @@ "type": "github" } ], - "time": "2024-09-09T08:10:35+00:00" + "time": "2025-01-05T16:43:48+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2318,21 +2318,21 @@ }, { "name": "rector/rector", - "version": "1.2.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339" + "reference": "fa0cb009dc3df084bf549032ae4080a0481a2036" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e98aa793ca3fcd17e893cfaf9103ac049775d339", - "reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fa0cb009dc3df084bf549032ae4080a0481a2036", + "reference": "fa0cb009dc3df084bf549032ae4080a0481a2036", "shasum": "" }, "require": { - "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.12.2" + "php": "^7.4|^8.0", + "phpstan/phpstan": "^2.1.1" }, "conflict": { "rector/rector-doctrine": "*", @@ -2365,7 +2365,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.5" + "source": "https://github.com/rectorphp/rector/tree/2.0.6" }, "funding": [ { @@ -2373,7 +2373,7 @@ "type": "github" } ], - "time": "2024-09-08T17:43:24+00:00" + "time": "2025-01-06T10:38:36+00:00" }, { "name": "sabre/uri",