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
in that case, we could jump directly to the ServeVendorStep step if this composer.lock had been previously served or use a new one named ComposerInstallStep which will be faster than ComposerUpdateStep
The text was updated successfully, but these errors were encountered:
No we don't use another form/consumer, so we use the same ones?
I was about to make another one because the steps differs, luckily I asked you :)
How do you see it then? more precisely, how do we use some other steps regarding what we uploaded?
In fact, I was about to modify the controller, and call "createAndPublish" on the backend with two different set of parameters, depending on when we had the composer.json or the composer.lock, and create two different consumer to handle that. I would have added the ComposerInstallStep instead of the ComposerUpdateStep one (and removed the steps we don't need).
So, is this a mistake?
There is still the issue of the UX. Will #79 be merged or not, etc. If so, then do we add a tab for the composer.lock?
But you know what, we''ll talk about that when you come back :)
in that case, we could jump directly to the ServeVendorStep step if this composer.lock had been previously served or use a new one named ComposerInstallStep which will be faster than ComposerUpdateStep
The text was updated successfully, but these errors were encountered: