FabienPennequin / FPNTagBundle

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

Doc && composer.json updated #11

Closed ternel closed 12 years ago

ternel commented 12 years ago

Just updated the doc to use composer (no more deps), and added the annotations versions for Tag and Tagging classes. Composer.json updated, require symfony/framwork-bundle >=2.0 to work with sf2.1

Nek- commented 12 years ago

+1 !

mweimerskirch commented 12 years ago

+1

@ternel you could squash the 6 commit messages into one to make the pull request lighter: git rebase -i HEAD~6 git push -f origin BRANCH_NAME

ternel commented 12 years ago

Thx for the tips :)

FabienPennequin commented 12 years ago

Thanks