Harborn-digital / cookie-consent-bundle

Symfony bundle to append Cookie Consent to your website to comply to AVG/GDPR for cookies.
MIT License
18 stars 16 forks source link

Synfomy 5 requires. #48

Closed xorgxx closed 4 years ago

xorgxx commented 4 years ago

Hi i just trying on SF5 and i get this message on install.

is there any fix ?

Using version ^0.8.3 for connectholland/cookie-consent-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.0.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for connectholland/cookie-consent-bundle ^0.8.3 -> sa
tisfiable by connectholland/cookie-consent-bundle[0.8.3].
    - Conclusion: remove twig/twig v3.0.1
    - Conclusion: don't install twig/twig v3.0.1
    - connectholland/cookie-consent-bundle 0.8.3 requires twig/twig ^2.6 -> sati
sfiable by twig/twig[2.x-dev, v2.10.0, v2.11.0, v2.11.1, v2.11.2, v2.11.3, v2.12
.0, v2.12.1, v2.12.2, v2.12.3, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.7.1, v2.7.2, v
2.7.3, v2.7.4, v2.8.0, v2.8.1, v2.9.0].
matthijsch commented 4 years ago

I've added support for Twig 3.0 and replaced use of a deprecated function. Should work now

xorgxx commented 4 years ago

Thank.