froala / KMSFroalaEditorBundle

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

Added support for PHP 8 #119

Closed jmsche closed 3 years ago

jmsche commented 3 years ago

Also updated changelog & added tests against all supported PHP versions using Github Actions.

jmsche commented 3 years ago

Hi @sguionni,

Here's a PR to add PHP 8 support to the bundle.

I also added a phpunit run against all supported PHP versions. Even if only one simple test is run, it will allow to automate testing in the future, and also tests that everything seems to be okay for PHP 8.0.

Here is a link of the Github Action being successful: https://github.com/jmsche/KMSFroalaEditorBundle/actions/runs/365985248

Could you please tag version 3.1.1 after merging?

Thank you,

Jonathan