Closed greg0ire closed 4 years ago
symfony/contracts
, which is a recent package…Stand back, I'm trying some black magic
Looks like it’s working 😈
IMHO, we have to conflict with symfony/translation-contracts >= 2.0 because of the added type hints.
Also, the class that relies on these fixtures is not in tests
, it's in src
… I have to move the fixtures in src
otherwise it will crash since we blacklist tests
from our archives too.
@fbourigault actually, there is no conflict as long as people use php 7.2: https://3v4l.org/Kqeo7
I pushed with the conflict, then we can do a release, and if we want we can do another release that requires 7.2 and removes the conflict after that.
Changed the label to patch
as we don't release any new minor version
I think we are supposed to use patch
anyway, but it doesn't make sense to me, that's why I did not say anything regarding the label for the seo bundle.
Subject
The bridge archives have recently been modified so that they no longer contain tests. We were relying on one of the fixtures that came with thes tests. Copying the fixture to our project fixes the issue. Allows using the twig bridge v4.4
See https://github.com/symfony/twig-bridge/commit/3b24df50a23d2a11d459d9e31dc4cffb8f7caf
I am targeting this branch, because this is BC.
Closes #722
Changelog