Closed emodric closed 5 years ago
I would love to merge this but the build is red :(
Hm, okay. I guess we will have to wait for Symfony fix.
Symfony won't fix until 5.x as it would require a BC break 😢
@pamil Any source?
@emodric https://symfony.com/doc/current/contributing/code/bc.html#using-our-classes - adding a return typehint would break all the existing tests. I've sent #146 with an alternative solution (we could add support in v4.0).
Bump to v4 is fine :+1:
@lchrusciel BTW, it looks like updating packagist.org does not work, you might wanna check it out :)
I still didn't publish it. I just noticed that I need to merge #147 + #143. On it :)
Wasn't talking about the tag. Master branch is also not updated, so it's pulling an old revision.
Thanks Edi a lot! My fault. Anyway, it is already updated manually.
Now it should be better
Opening against 3.1.4 branch, hoping for 3.1.5 :)
Still needs a fix in Symfony kernel for their
tearDown
andsetUp
methods, but since this should be backwards compatible, no need to wait for merge.