- Issue created by @BramDriesen
- 🇬🇷Greece idimopoulos
This creates the following for me:
Fatal error: Declaration of Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemDependencyConstraint::getRequiredOptions() must be compatible with Symfony\Component\Validator\Constraint::getRequiredOptions(): array in /var/www/html/web/core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php on line 39
This is because the class version required by Drupal is different from the one required by mailjet. It is indeed not a good practice to force a package that is not used by core in a sense that, either you use composer to handle it globally (so, force Drupal to use the version of the package this module requires), or adapt to Core's functionality. This can break more things than it fixes :/
- First commit to issue fork.
- 🇧🇪Belgium oldeb Namur 🇧🇪
Fixed. And the D10 compatibility is now restored.
Still poking around to check if everything is working proberly.