Skip to content

Commit 6eafd41

Browse files
committed
[Rector] Added Symfony 7.0..7.2 sets to rector configuration
1 parent 59d4f53 commit 6eafd41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use Ibexa\Contracts\Rector\Sets\IbexaSetList;
1010
use Rector\Config\RectorConfig;
11+
use Rector\Set\ValueObject\SetList;
1112
use Rector\Symfony\Set\SymfonySetList;
1213

1314
return RectorConfig::configure()
@@ -22,4 +23,7 @@
2223
SymfonySetList::SYMFONY_62,
2324
SymfonySetList::SYMFONY_63,
2425
SymfonySetList::SYMFONY_64,
26+
SymfonySetList::SYMFONY_70,
27+
SymfonySetList::SYMFONY_71,
28+
SymfonySetList::SYMFONY_72,
2529
]);

0 commit comments

Comments
 (0)