xiidea / EasyAuditBundle

A Symfony Bundle To Log Selective Events
http://xiidea.github.io/EasyAuditBundle/
MIT License
89 stars 22 forks source link

Allow PHP 8 in composer.json version constraints. #48

Closed moag1000 closed 1 year ago

moag1000 commented 3 years ago

Hi, with PHP 8 being productive now, many people (like me) prepare a version upgrade of both symfony and components. I've not found major issues with using PHP8 on this bundle and would ask to add PHP 8.0 to version constraints.

Cheers

ronisaha commented 3 years ago

@moag1000 Have you tried with php8.0? Does the test case passed? Could you make a PR with php 8 in composer and travis config?