jmikola/WildcardEventDispatcher

symfony 4.0@dev

angular-tools opened this issue · 5 comments

I'm trying to use this with "symfony/routing": "^4.0@dev". But composer fails and gives an error.

Is there a workaround for it?

Thanks

0300cbb added ^3.0 to the Symfony package requirements; however, 4.0 is not yet released so I'd be hesitant to incorporate ^4.0 into the requirement lest there a BC breaks in the EventDispatcher component.

In the meantime, I suppose you could fork this and relax the dependency on your own.

Now that Symfony 4 is out, can the dependency be updated? Thanks!

@caseyamcl: Would you mind submitting a PR to this library and the bundle? I imagine it may be as simple as add || ^4.0 to the Symfony package requirements; however, I don't have a Symfony 4 app available to test and would not want to blindly tag a compatibility release on the off chance the test suites in the library/bundle missed something.

Sure thing! I created PR #11 .. Additional comments in there.

#11 has been merged and 1.1.1 is tagged. The bundle will be updated shortly.