fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

Update bower registry URL #310

Closed cebe closed 6 years ago

cebe commented 6 years ago

Currently https://bower.herokuapp.com/packages permanently redirects to https://registry.bower.io/packages, which is the new URL which should be used by bower according to https://github.com/bower/bower/issues/2484#issuecomment-335798883

fixes https://github.com/fxpio/composer-asset-plugin/issues/309 fixes https://github.com/yiisoft/yii2/issues/14987

cebe commented 6 years ago

@francoispluchino would you be able to merge this soon? Ideally also make a new release, so that users can upgrade. Bower is going to disable old registry URL soon:

https://twitter.com/bower/status/921039231623024640 On next Wednesday we’ll disable old registry for a full day. Please upgrade Bower to not experience any disruption: npm install -g bower

Thanks!

francoispluchino commented 6 years ago

Thank you!

cebe commented 6 years ago

Thanks for the fast response!