braincrafted/bootstrap-bundle

Can you tag a new release with symfony 4 support?

andrew-demb opened this issue · 6 comments

Hello.

This commit (2a35978#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780) allowes to install bundle with symfony 4.

Can you make a new release with it?
Thank you.

Is there any way I can use that commit in my project without a release?

@JohnnySteunwijzer you can use version restriction to branch, or commit
https://getcomposer.org/doc/04-schema.md#package-links

This bundle cannot be used with Symfony 4 anyway as it relies on the Assetic-Bundle which is incompatible with Symfony 4.

@pfeiferbit this bundle provide a possibility to auto-configure assetic, but not requires it.

I am successfully using it (bootstrap bundle) with webpack-encore.

I'm also using it with some changes. Symfony-flex 4.4

Oh, okay, I didn't know! Sorry!