TinymceBundle icon indicating copy to clipboard operation
TinymceBundle copied to clipboard

"php": "^7.2.5|^8.0"

Open umpirsky opened this issue 3 years ago • 3 comments

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

umpirsky avatar Feb 07 '22 20:02 umpirsky

Same problem here 🙋‍♂️

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

davidromani avatar Feb 15 '22 10:02 davidromani

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...

TheAFOGroup avatar Jun 22 '22 05:06 TheAFOGroup

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

toxicity1985 avatar Nov 21 '23 11:11 toxicity1985