kayue / KayueWordpressBundle

A Symfony 2 bundle for providing WordPress repositories and authenticating users (login).
101 stars 43 forks source link

Error with Symfony 4.4 #90

Open ZaneCEO opened 4 years ago

ZaneCEO commented 4 years ago

The bundle is currently incompatible with Symfony 4.4:

Attempted to load class "Twig_Extension" from the global namespace.
Did you forget a "use" statement?

As a workaround, I was forced to downgrade Twig: https://github.com/cocur/slugify/issues/252#issuecomment-564465436 . It works, but it's sub-optimal.

Slugify had the same issue and was updated like this: https://github.com/cocur/slugify/releases/tag/v4.0.0