stfalcon / TinymceBundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
259 stars 154 forks source link

"php": "^7.2.5|^8.0" #255

Open umpirsky opened 2 years ago

umpirsky commented 2 years ago

Currently it's not possible to run this package with PHP 7.3 and 8.0 at the same time.

This is especially problematic in multi-server environment, where servers are upgraded one by one.

Something like https://github.com/stfalcon/TinymceBundle/pull/251 would be good enough for the purpose. Can we have at least one version that supports this please?

cc @stfalcon

davidromani commented 2 years ago

Same problem here 🙋‍♂️

I need to upgrade PHP up to 8.0 version keeping at 2.x branch

TheAFOGroup commented 2 years ago

Same problem here, running PHP 8.1. The readme suggest that this works above PHP 7.2, so the package.json needs to be updated...

toxicity1985 commented 9 months ago

You can use that fork who works with sf6 and last version of php. I made a pull request but with no news about it.

https://github.com/toxicity1985/TinymceBundle