Skip to content
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

Closed
sevenT opened this issue Feb 7, 2015 · 12 comments
Labels

Comments

@sevenT
Copy link

sevenT commented Feb 7, 2015

Could I not update all the packages from bower when i only want update single composer package ?

@francoispluchino
Copy link
Member

Alas no, Composer retrieves a complete list of all packages. This is the native behavior of Composer.

@cebe
Copy link
Contributor

cebe commented Feb 7, 2015

composer update myvendor/mypackage ?

@francoispluchino
Copy link
Member

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.

@SDKiller
Copy link

SDKiller commented Feb 7, 2015

Composer retrieves always all package definitions... even for a single package.

Confirm, had the similar issue.

I do not think it will change quickly

@francoispluchino

May be offtopic, but related to #93 and many composer issues not solved and nice-to-have proposals still not implemented - don't you think it's time to fork composer ? ;-)

@sevenT
Copy link
Author

sevenT commented Feb 8, 2015

@cebe that's exact what i did to update my local package.
@francoispluchino Thanks for this awesome project.
It seems a composer problem. The awful internet of CHN really drive me crazy.

@sevenT sevenT closed this as completed Feb 8, 2015
@cebe
Copy link
Contributor

cebe commented Feb 8, 2015

@sevenT there is a local composer cache, when you use that you might need to download each package only once: https://toranproxy.com/
Not sure if it plays well with this plugin though.

@sevenT
Copy link
Author

sevenT commented Feb 9, 2015

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

@dynasource
Copy link

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?

@francoispluchino
Copy link
Member

@dynasource This could be fixed by this issue.

@dynasource
Copy link

Excellent. Whats left to do to benefit from your patch?
thanks

@francoispluchino
Copy link
Member

I must develop the new version 2.0 that used Nodejs. So for the moment this is not available.

@francoispluchino
Copy link
Member

@nsams It is also a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants