tchoulom / ViewCounterBundle

This bundle is used to count the number of views of a page.
MIT License
15 stars 11 forks source link

Drop unmaintained depdendencies #18

Open tacman opened 5 months ago

tacman commented 5 months ago

Dropping older versions of PHP 8 and Symfony would make it easier to update the code. I think that would be Symfony ^6.4|^7.0 and php: ^8.1

Perhaps in conjunction with #17 , as the method signatures would change, e.g. function setViews(?int $views), which is what Symfony make:entity generates if you use it to implement the required methods.