lunetics / TimezoneBundle

A Symfony2 Bundle for Serverside Timezone detection
26 stars 11 forks source link

Symfony3 #19

Open khasinski opened 8 years ago

khasinski commented 8 years ago

I have a following warning in my depreciation tab: The Symfony\Component\Validator\Validator\RecursiveValidator::validateValue method is deprecated in version 2.5 and will be removed in version 3.0. Use the Symfony\Component\Validator\Validator\ValidatorInterface::validate method instead.

Last lines of stack trace:

RecursiveValidator::validateValue() (called from TimezoneProvider.php at line 53)
TimezoneProvider::setTimezone() (called from TimezoneListener.php at line 121)
khasinski commented 8 years ago

Bump. Any plans on fixing this?

pesseyjulien commented 8 years ago

Up ! Nice bundle, would love to see it work under Symfony 3 !

pesseyjulien commented 8 years ago

Nothing ?..