StarRatingBundle
StarRatingBundle copied to clipboard
still works with Symfony 2?
Im tryng to use this bundle with a Symfony 2 app but i got an error, is only for Symfony 3 now?
Thanks!
@gv-rayalab
For symfony 2, use version 1.*
https://github.com/blackknight467/StarRatingBundle/tree/v1.0.3
I've also updated the master readme to refelect this. Apologies for the confusion.
thanks for the fast response =), i tried with that version but give me this error when i add this line "new blackknight467\StarRatingBundle\StarRatingBundle()" to the appKernel
The file "/vendor/blackknight467/star-rating-bundle/blackknight467/StarRatingBundle/DependencyInjection/../Resources/config/services.yml" does not contain valid YAML
ParseException in Inline.php line 316: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 13 (near "- @service_container").
@gv-rayalab which version of symfony 2 exactly are you using?
2.8.13 Thanks!
I'm using it with Symfony 2 without problems, @gv-rayalab can you copy your composer.json declaration?