From a2420c16a577807689b435f5058d0a2e37a871f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 6 Feb 2024 18:17:20 +0100 Subject: [PATCH] Enhancement: Require rector/rector:^1.0.0 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc6498..5e34861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`0.4.0...main`][0.4.0...main]. +### Changed + +- Required `rector/rector:^1.0.0` ([#75]), by [@localheinz] + ## [`0.4.0`][0.4.0] For a full diff see [`0.3.0...0.4.0`][0.3.0...0.4.0]. @@ -64,5 +68,6 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...0.1.0]. [#37]: https://github.com/ergebnis/rector-rules/pull/37 [#64]: https://github.com/ergebnis/rector-rules/pull/64 [#65]: https://github.com/ergebnis/rector-rules/pull/65 +[#75]: https://github.com/ergebnis/rector-rules/pull/75 [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index d6db744..9917ec4 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "nikic/php-parser": "^4.17.1 || ^5.0.0", "phpstan/phpstan": "^1.10.36", - "rector/rector": "~0.19.2", + "rector/rector": "^1.0.0", "symplify/rule-doc-generator-contracts": "^9.3.26" }, "require-dev": { diff --git a/composer.lock b/composer.lock index b41c4d8..6e94455 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": "5f71270ca0ac0a71e67a2d99d559ffbc", + "content-hash": "a7d1b25228e21782627dbba9a52d0e33", "packages": [ { "name": "danielstjules/stringy", @@ -272,16 +272,16 @@ }, { "name": "rector/rector", - "version": "0.19.2", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903" + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903", - "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6", + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6", "shasum": "" }, "require": { @@ -316,7 +316,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.2" + "source": "https://github.com/rectorphp/rector/tree/1.0.0" }, "funding": [ { @@ -324,7 +324,7 @@ "type": "github" } ], - "time": "2024-01-19T10:58:30+00:00" + "time": "2024-02-06T13:38:07+00:00" }, { "name": "symfony/polyfill-mbstring",