symfony / acl-bundle

Integrates the ACL Security component into Symfony applications.
https://symfony.com/acl-bundle
MIT License
111 stars 40 forks source link

Allowed PHP 8.0 in composer.json and enabled Travis builds on PHP 8.0 #24

Closed anyt closed 3 years ago

anyt commented 3 years ago

Allowed PHP 8.0 in composer.json and enabled Travis builds on PHP 8.0.

Also, to make tests green, locked the doctrine/dbal package to ~2.2 (the same version is used in https://github.com/symfony/security-acl/blob/main/composer.json#L26) because the symfony/security-acl is not compatible with doctrine/dbal 3.0 yet.

fabpot commented 3 years ago

Thank you @anyt.