You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started to use imposter and come to my second issue (first already solved by #150): Monorepo functionality.
Due to the fact I use symlinks in my vendor folder (composer.json#repositories.path). I can not put the prefixing to my source code directly while developing.
My CI/CD starts a build process and creates a folder with my source code and vendor folder. There is nothing prefixed, yet.
With imposter I can modify the vendor dependencies and prefix their namespaces. Unfortunately the source code itself is not modified with the prefixed dependency namespaces. Is this somehow possible?
Regards,
Matthew 🙂
The text was updated successfully, but these errors were encountered:
Hi!
I just started to use imposter and come to my second issue (first already solved by #150): Monorepo functionality.
Due to the fact I use symlinks in my vendor folder (
composer.json#repositories.path
). I can not put the prefixing to my source code directly while developing.My CI/CD starts a build process and creates a folder with my source code and vendor folder. There is nothing prefixed, yet.
With
imposter
I can modify thevendor
dependencies and prefix their namespaces. Unfortunately the source code itself is not modified with the prefixed dependency namespaces. Is this somehow possible?Regards,
Matthew 🙂
The text was updated successfully, but these errors were encountered: