From a0d7e9722f4653d7133a11c25d6e8e261ccd795e Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Fri, 9 Feb 2024 09:17:57 +0100 Subject: [PATCH] Update rector to 1.0 (#65) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ac7d20a..7f68597 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^10.0", - "rector/rector": "^0.19", + "rector/rector": "^1.0", "symfony/filesystem": "^6.4|^7.0", "symfony/framework-bundle": "^6.4|^7.0", "symfony/mime": "^6.4|^7.0",