We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd72e4 commit be2e986Copy full SHA for be2e986
1 file changed
resources/docs/composer-based-sets.md
@@ -4,10 +4,10 @@ Projects like Symfony, Doctrine, Twig or Laravel have lots of versions. Instead
4
use Rector\Config\RectorConfig;
5
6
return RectorConfig::configure()
7
- ->withComposerBased(doctrine: true, twig: true, symfony: true);
+ ->withComposerBased(twig: true, doctrine: true, phpunit: true, symfony: true);
8
```
9
10
-* Rector should look into installed `composer.json` version of `twig/twig`, `doctrine/*` and `symfony/*`
+* Rector should look into installed `composer.json` version of `twig/twig`, `doctrine/*`, `phpunit/phpunit` and `symfony/*`
11
* then it picks all sets that are relevant to your specific installed versions
12
* and run those
13
0 commit comments