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.
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.