rector/e2e/container-configurator/composer.json
Tomas Votruba b4e0bff933 Updated Rector to commit 6baafbc5a6
6baafbc5a6 [Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php (#2253)
2022-05-07 11:00:41 +00:00

8 lines
92 B
JSON

{
"autoload": {
"psr-4": {
"Rector\\e2e\\": "src"
}
}
}