Latest Dev Now Requires Symfony 2.8
bassrock opened this issue · comments
Daniel Brooks commented
The version for "0.12.*@dev" now requires Symfony 2.8. Is this intentional or by mistake?
Deleted user commented
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.
Deleted user commented
I have opened a pull request for this issue here.
Sébastien Lavoie commented
👍
Martin Parsiegla commented
Fixed in #129