You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.jsonThe text was updated successfully, but these errors were encountered: