Skip to content

Commit 5e5934c

Browse files
committed
use withComposerBased
1 parent cc3a703 commit 5e5934c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rector.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,12 @@
2121
strictBooleans: true
2222
)
2323
->withPhpSets()
24+
->withComposerBased(
25+
twig: true,
26+
doctrine: true,
27+
phpunit: true,
28+
symfony: true,
29+
netteUtils: true,
30+
laravel: true
31+
)
2432
->withAttributesSets(symfony: true, phpunit: true);

0 commit comments

Comments
 (0)