Closed Kolbasyatin closed 3 years ago
hm, do we still need the legacy thing or could we change the code to the new event dispatcher? we only support symfony 4.4 and higher, so that might be an option. do you have time to look into it?
@dbu I haven't 4.3 or 4.4 version, but if we choose wich version has a deprecation message, I'd be choose 4 :)) I'm going to create PR :)
fixed in #254
Subject
This commit wraps EventDispatcher in LegacyEventDispatcherProxy against deprecation message in symfony 4.3 version
https://github.com/symfony-cmf/Routing/commit/bb7c30331cac0e2d6259bc96453064e0677c2296
But there's another deprecation (see subj) in symfony 5.2 version and that wrapper do nothing except showing new deprecation message
Is there a way to fix this problem for 5.2 symfony version and don't break supressing for 4.3 version ?