You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am using this extension pretty much I wondered if there are any plans supporting PHP 8.x
After a quick check with version 2.1.0 (just changed the server side PHP version to 8.0.13, calling the front end, creating an HTML5-element in backend, observing my log files) everything works as expected - so probably only composer.json must be changed from "php": "^7.2" to "^7.2|^8.0".
The text was updated successfully, but these errors were encountered:
Since I am using this extension pretty much I wondered if there are any plans supporting PHP 8.x
After a quick check with version 2.1.0 (just changed the server side PHP version to 8.0.13, calling the front end, creating an HTML5-element in backend, observing my log files) everything works as expected - so probably only
composer.json
must be changed from"php": "^7.2"
to"^7.2|^8.0"
.The text was updated successfully, but these errors were encountered: