yiisoft/yii2-bootstrap5

bootstrap@5.2.0-beta1

vbert opened this issue · 1 comments

vbert commented

How to update bootstrap to bootstrap@5.2.0-beta1?

With the current version constraint it's not possible (because it only accept stable releases). A fork would be possible and changing the version constraint in the composer.json. You can then add your fork to composer.json like this:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/vbert/yii2-bootstrap5"
        }
    ]
}