yohang / CalendR

The missing PHP 5.3+ calendar management library.
http:/yohan.giarel.li/CalendR
MIT License
465 stars 65 forks source link

Support Symfony 3 #44

Closed garak closed 8 years ago

garak commented 8 years ago

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