-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: add option "only install" to install own composer.lock #299
Comments
Yes, this is a much needed feature. |
add a checkbox "only install" and pass the parameter update should not a rocket science... |
Indeed, however, your PR where you implemented it has not yet appeared on my radar. |
Just out of curiosity: what happens if your composer.lock is not in line with your composer.json and you issue an install? (e.g. minimum-stability is set to stable, but the .lock contains dev packages?) |
My suggestion would be to add this into the "Tools" section of the Package management, so that it won't confuse users (otherwise they might think they need to click this to install new packages/extensions...). Also, the composer-client could may be automatically update the
setting in the @Toflar you said you could make a PR - do you want to do it or should I? |
Here's the PR for all of it: #308 |
Cool :). But this is only for the cloud service, right? Imho an install button would still make sense. |
Yeah, but it handles the install command for all 3 modes too, so you might need this :) |
Indeed. If this gets merged, I can create a PR for the install button ;). |
I haven't checked your specific use-case, but
for example. |
add option "composer install" without "composer update" before - so its possible to install the packages without SSH-Shell if you have a own composer.lock (generated e.g. local or with https://composer.borreli.com/)
this is a workaroud if you have not enough memory...
The text was updated successfully, but these errors were encountered: