yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
63 stars 19 forks source link

The asset manager ended with an error #32

Closed chrysos closed 3 years ago

chrysos commented 3 years ago

Hello, I updated the composer to version 2. Replaces fxp/composer-asset-plugin with foxy/foxy. I decided to install yiisoft/yii-bootstrap5 and I'm having the following errors:

error Couldn't find any versions for "bootstrap" that matches "^5.0.0"

[RuntimeException] The asset manager ended with an error

Mister-42 commented 3 years ago

Remove foxy, add

    "repositories": [
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],

to composer config.