yohang/CalendR

Support Symfony 3

garak opened this issue · 0 comments

garak commented

I'm using this bundle with Symfony 2.8 and the only deprecation I found until now is the following
The Symfony\Component\OptionsResolver\OptionsResolver::replaceDefaults method is deprecated since version 2.6 and will be removed in 3.0. Use the clear() and setDefaults() methods instead.
So, using setDefaults should be fine, along with allowing ^3.0 in composer.json