rector/build/target-repository/e2e/container-configurator/composer.json
Abdul Malik Ikhsan 6baafbc5a6
[Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php (#2253)
* [Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php

* add e2e for ContainerConfigurator

* add comment

* define autoload

* define autoload

* move to e2e-diff

* move to e2e-diff
2022-05-07 17:54:44 +07:00

8 lines
92 B
JSON

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