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
Wasn't sure exactly where to put this issue, figured here was as good a place as any.
I've published the Core module, which on the initial publish removed it from the vendor folder, as expected. But now when I run composer update, or add another package, it actually reinstalls the core package in the vendor folder, which ends up taking precedence over the published version.
I suspect it's due to the other modules having the "Core" required, and composer not detecting the published "core".
The text was updated successfully, but these errors were encountered:
Wasn't sure exactly where to put this issue, figured here was as good a place as any.
I've published the Core module, which on the initial publish removed it from the vendor folder, as expected. But now when I run composer update, or add another package, it actually reinstalls the core package in the vendor folder, which ends up taking precedence over the published version.
I suspect it's due to the other modules having the "Core" required, and composer not detecting the published "core".
The text was updated successfully, but these errors were encountered: