Permalink
9 comments
on commit
sign in to comment.
Browse files
Bootstrap v3 does not currently claim to be compatible with jQuery v3…
…; closes #16834 [skip sauce] [skip validator]
Showing
with
3 additions
and 3 deletions.
- +1 −1 bower.json
- +2 −2 grunt/configBridge.json
2
bower.json
4
grunt/configBridge.json
9b1a213revert this pr - it break composer (bower) dependencies
Adding VCS repository bower-asset/bootstrap
[UnexpectedValueException]
Could not parse version constraint <=2.: Invalid version string "2."
9b1a213yiisoft/yii2#9231
9b1a213@lynicidn
bower install 'bootstrap#master'still works fine. Sounds like there's a bug in the non-Bower tools you're using. Also, you might as well just use the native composer package if you're using composer.9b1a213thanks for answer. Yii use bower via https://packagist.org/packages/fxp/composer-asset-plugin
but problem
<=2- it fine? may be need>=2?9b1a213or try write
2.0or2.*9b1a213look it https://getcomposer.org/doc/articles/versions.md#range
i think, here 9b1a213#diff-0a08a7565aba4405282251491979bb6bR32
need change to "jquery": "1.9.1 - 2.0"
9b1a213@lynicidn fxpio/composer-asset-plugin#129
9b1a213@cvrebert thx
9b1a213For posterity:
Composer Asset Plugin has fixed their bug via fxpio/composer-asset-plugin#137