asset-packagist icon indicating copy to clipboard operation
asset-packagist copied to clipboard

I can't install bower-asset/bootstrap-multiselect

Open AlexDes opened this issue 4 years ago • 1 comments

When I added "bower-asset/bootstrap-multiselect" to composer.json "require", "bower-asset/jquery" and some another assets are not installed: `Installing dependencies from lock file (including require-dev) Package operations: 2 installs, 0 updates, 6 removals

  • Downloading yidas/yii2-bower-asset (2.0.13.1)
  • Downloading bower-asset/bootstrap-multiselect (v1.1.1)
  • Removing bower-asset/yii2-pjax (2.0.7.1)
  • Removing bower-asset/typeahead.js (v0.11.1)
  • Removing bower-asset/punycode (v1.3.2)
  • Removing bower-asset/jquery (3.4.1)
  • Removing bower-asset/inputmask (3.3.11)
  • Removing bower-asset/bootstrap (v3.4.1)
  • Installing yidas/yii2-bower-asset (2.0.13.1): Extracting archive
  • Installing bower-asset/bootstrap-multiselect (v1.1.1): Extracting archive`

How I can install "bower-asset/bootstrap-multiselect" without removing other assets?

AlexDes avatar Sep 07 '21 09:09 AlexDes

Problem starts from bower-asset/bootstrap-multiselect 0.9.16 and only notable change from version 0.9.15 is bootstrap update in bover.json:

image

Asset-packagist forces install yidas/yii2-bower-asset that is responsible for this mess.

@AlexDes for now I suggest downgrade to bower-asset/bootstrap-multiselect 0.9.15

jkrasniewski3e avatar Apr 04 '22 13:04 jkrasniewski3e