KayueWordpressBundle icon indicating copy to clipboard operation
KayueWordpressBundle copied to clipboard

Error with Symfony 4.4

Open ZaneCEO opened this issue 5 years ago • 0 comments

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

ZaneCEO avatar Jan 17 '20 16:01 ZaneCEO