wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

Specify PHP 8.x versions as supported #42

Closed ShawnCZek closed 1 year ago

ShawnCZek commented 1 year ago

PHP 8.x versions work fine without any issues. I have also added the PHP version requirement to the Composer file.

In my opinion, it should be a part of it as this makes the supported versions clear both for the user and the developer. And thanks to this, we can safely use features of PHP 7.2 and later.