schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

addClassesToCompile is deprecated #206

Closed MisatoTremor closed 7 years ago

MisatoTremor commented 7 years ago

Used in JMSI18nRoutingBundle/DependencyInjection/JMSI18nRoutingExtension.php:49

BC compatible fix would be to enclose with if (\PHP_VERSION_ID < 70000) { ... }

deguif commented 7 years ago

Can be closed now, ping @acasademont

acasademont commented 7 years ago

Fixed in master and 2.0.1 release