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 am currently working with a couple of private bundles, each of them having their own private recipes repositories. For each recipe, we need to add an endpoint in the composer.json of the project and we currently have 5 of these. For each project we are currently specifying in their readme the different endpoints to add which is not most efficient.
I think that each private bundle should specify in its composer.json the endpoint to its recipe which would make more sense since it should be the bundle's responsibility to specify it's recipe.
There is currently a PR #952 on it, which is looking pretty good.
Cheers
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am currently working with a couple of private bundles, each of them having their own private recipes repositories. For each recipe, we need to add an endpoint in the composer.json of the project and we currently have 5 of these. For each project we are currently specifying in their readme the different endpoints to add which is not most efficient.
I think that each private bundle should specify in its composer.json the endpoint to its recipe which would make more sense since it should be the bundle's responsibility to specify it's recipe.
There is currently a PR #952 on it, which is looking pretty good.
Cheers
The text was updated successfully, but these errors were encountered: