From cac60586a14e7420bc316acd9699b8dec575aaaf Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Fri, 15 Sep 2023 00:44:54 +0100 Subject: [PATCH] Allow more recent versions of rector --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index afee6829..3668d05d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-dom": "*", "phpcompatibility/php-compatibility": "^9.3", "squizlabs/php_codesniffer": "^3.6.1", - "rector/rector": "0.17.12", + "rector/rector": "^0.17.12", "symfony/polyfill": "^1.16", "phpcsstandards/phpcsutils": "^1.0.5" }, diff --git a/composer.lock b/composer.lock index daf77a82..dbe0c9be 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": "ed90b6398ecbe9407a63634ecf205431", + "content-hash": "2898da982b9bfa7d7caa896d1a5d8944", "packages": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -2385,5 +2385,5 @@ "ext-dom": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }