yohang / CalendR

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

OptionsResolverInterface is depricated #39

Closed sidneywidmer closed 8 years ago

sidneywidmer commented 9 years ago

In Symfony > 2.5 the Symfony\Component\OptionsResolver got deprecated. Obviously this issue has to be addressed somehow, but in the meantime this is a quick fix to avoid problems while updating dependencies

garak commented 8 years ago

I'm afraid this change has been overcome. Anyway, #43 should do the trick

yohang commented 8 years ago

OptionsResolverInterface is deprecated but still present in Symfony < 3.0. So there is no particular issue. #43 Updates this for Symfony 3.0.