Plugin Compatibility Issue with PHP 8.3
-
I wanted to report that the plugin is not fully compatible with PHP 8.3. Upon running it in a PHP 8.3 environment, the following warning is generated:
1 result – 1 filevendor\composer\ClassLoader.php:
538 foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
539: if (0 === strpos($class, $prefix)) {
540 foreach ($dirs as $dir) {
This issue seems to be related to deprecated functionality or compatibility issues in the
ClassLoader.php
file. It would be great if the plugin developers could investigate and update the codebase to ensure compatibility with PHP 8.3.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.