FabienPennequin / FPNTagBundle

This bundle allows to tag your Doctrine entities easily
http://knpbundles.com/FabienPennequin/FPNTagBundle
76 stars 50 forks source link

Symfony 2.1 compatibility branch needed #10

Closed HenriVesala closed 12 years ago

HenriVesala commented 12 years ago

We need new branch for symfony 2.1 beta because there is require for symfony 2.0.x version in composer.json In symfony 2.1 beta compatibility branch should have following line to be changed:

"symfony/framework-bundle": "2.0.*",

To:

"symfony/framework-bundle": "=v2.1.0-BETA1",

Without these changes in a new branch it is impossible to use this bundle with symfony 2.1 beta because this bundle with symfony 2.0.x requirement will make a confict in composer.

joonsp commented 12 years ago

Yes, this is inevitable. The sooner there's a branch for this, the better.

FabienPennequin commented 12 years ago

This bundle works with both versions.

Fixed with PR #11

joonsp commented 12 years ago

cool, thanks