leapt / froala-editor-bundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
10 stars 1 forks source link

Fix deprecation for Symfony 7.1 #25

Open jmsche opened 2 weeks ago

jmsche commented 2 weeks ago

The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Leapt\FroalaEditorBundle\DependencyInjection\LeaptFroalaEditorExtension".