Symfony 7.4 is deprecating support for configuring options through an array of options. Constraints are expected to support named parameters instead.
The constraint should be migrated to support using named parameters, deprecating the usage of the array of options.
Adding support for Symfony 8 will require either doing a major version of this package dropping support for the array entirely or processing the array manually.