rector/e2e/global-install/composer.json
Tomas Votruba 7fb879196f Updated Rector to commit f03e2a1ee3
f03e2a1ee3 [e2e] Try add back global e2e tests for scoped (#1786)
2022-02-08 23:25:14 +00:00

9 lines
122 B
JSON

{
"autoload": {
"psr-4": {
"App\\": "App",
"GlobalInstall\\": "src"
}
}
}