FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Support php8 #675

Closed vasilvestre closed 3 years ago

vasilvestre commented 3 years ago

This is the minimal changes I had to do in order to being able to use PHP 8 for installation.

I've added PHP 8 support to CI too. It's fine ?

Should fix https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/672

deguif commented 3 years ago

@vasilvestre can you cancel your last commit. Coding styles checks doesn't need to be run on multiple PHP versions.