-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Could I not update all the packages from bower when i only want update single composer package #94
Comments
Alas no, Composer retrieves a complete list of all packages. This is the native behavior of Composer. |
|
Yes, in internal, Composer retrieves always all package definitions... even for a single package. In view of the previous discussions, I do not think it will change quickly. |
Confirm, had the similar issue.
May be offtopic, but related to #93 and many |
@cebe that's exact what i did to update my local package. |
@sevenT there is a local composer cache, when you use that you might need to download each package only once: https://toranproxy.com/ |
Thanks @cebe we've build up a local cache with satis, but only for php package. It still try to download extra asset packages. Maybe I should try to cache bower packages as well, I'll try this later when i got time and getting more familiar with how all these things work. Many Thanks |
Im a really heavy use of "composer update myvendor/mypackage" but this isnt possible anymore since using the composer-asset-plugin + bower declarions in composer.json. It is still supported by composer (see composer/composer#450) My question is, is this issue solved by #93? |
@dynasource This could be fixed by this issue. |
Excellent. Whats left to do to benefit from your patch? |
I must develop the new version 2.0 that used Nodejs. So for the moment this is not available. |
@nsams It is also a solution. |
Could I not update all the packages from bower when i only want update single composer package ?
The text was updated successfully, but these errors were encountered: