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
It says that you should use the path relative to the root of the repo, but this is wrong. the actual expectation is to use 'vendor/'.$composerPackageName:
Btw, the MonorepoInstaller class actually expects the name to be the installation path for all packages, which means that the plugin is probably incompatible with use cases mentioned above.
@beberlei half of the code expects the installation path, and half of the code expects 'vendor/'.$composerPackageName (which might be the same, but might be totally different).
In the case of symfony, it is indeed the same, because it does not match any of the conditions I listed above.
It says that you should use the path relative to the root of the repo, but this is wrong. the actual expectation is to use
'vendor/'.$composerPackageName
:composer-monorepo-plugin/src/main/Monorepo/Build.php
Line 193 in 373f20d
While this matches the composer default installation path, there might be many reasons to have a different path:
target-path
property in the packageThe text was updated successfully, but these errors were encountered: