From ddf3b3e1be3ac861d74c6763f72efa19c2226a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Fri, 16 May 2025 07:59:15 +0200 Subject: [PATCH] [Rector] Added Symfony 7.0..7.2 sets to rector configuration --- rector.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rector.php b/rector.php index da984b1..76418e2 100644 --- a/rector.php +++ b/rector.php @@ -22,4 +22,7 @@ SymfonySetList::SYMFONY_62, SymfonySetList::SYMFONY_63, SymfonySetList::SYMFONY_64, + SymfonySetList::SYMFONY_70, + SymfonySetList::SYMFONY_71, + SymfonySetList::SYMFONY_72, ]);