I'm trying to upgrade my Symfony2 application from 2.0.16 to 2.0.18. I ran into something that looked like a FOSRestBundle problem, so I upgraded FOSRestBundle too (to their latest commit on their master branch), but that seems to cause different problems. Before we go detailing all of that and troubleshooting, can someone just tell me which version of FOSRestBundle could be reasonably expected to work with Symfony 2.0.18?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The latest master version of FOSRestBundle appears to work fine with Symfony 2.0.18. I unpinned FOSRestBundle by removing it from my Here's the error I ran into before upgrading FOSRestBundle:
I was using FOSRestBundle version d9a876803df61858ce3e8d3f0c934727638ad874. |
|||
|
|