hgabka

Results 3 issues of hgabka

In the Symfony 7 security bundle the VoterInterface::vote method signature has changed and this causes the following incompatibility error in AclVoter class: Declaration of Symfony\Component\Security\Acl\Voter\AclVoter::vote(Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token, $subject, array $attributes) must...

This fixes the Declaration incompatibility error in AclVoter class.

The composer.json allows only Symfony 6 at the moment, so the bundle cannot be install on Symfony 7 code. Would it be possible to allow Symfony 7? Thank you.