Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Latest Dev Now Requires Symfony 2.8 #128

Closed bassrock closed 8 years ago

bassrock commented 9 years ago

The version for "0.12.*@dev" now requires Symfony 2.8. Is this intentional or by mistake?

ghost commented 9 years ago

~~As far as I can see it requires symfony/framework-bundle 2.8.x-dev which is a bit strange to me as well as I have previously used this bundle with symfony/framework-bundle 3.0.*@dev without any issues. Note that symfony/framework-bundle versioning is not the same as symfony/symfony.~~

Quoting http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html:

 Since SensioFrameworkExtraBundle 3.0 its release cycle is out of sync with Symfony's release cycle.
 This means that you can simply require sensio/framework-extra-bundle: ~3.0 in your composer.json file and Composer will automatically pick the latest bundle version for you

Edit: Disregard this comment. I was looking at the wrong package it seems.

ghost commented 9 years ago

I have opened a pull request for this issue here.

lavoiesl commented 9 years ago

:+1:

Spea commented 8 years ago

Fixed in #129