rector/build/target-repository/e2e/global-install/composer.json
Abdul Malik Ikhsan 672b339ebd
[e2e][scoped] Add e2e global install on scoped (#1704)
* [e2e][scoped] Add e2e global install on scoped

* rector command to reproduce

* clean up comment

* wait 70 seconds for deploy to packagist

* autoload

* clean up

* clean up

* clean up
2022-01-20 21:07:25 +00:00

9 lines
122 B
JSON

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