FriendsOfSymfony / FOSOAuthServerBundle

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

PHP 81 Compatibility #701

Open ManulMax opened 11 months ago

ManulMax commented 11 months ago

Hi, we are having critical application that use this friendsofsymfony/oauth-server-bundle. When I'm trying to update composer I'm getting the following message. `- Root composer.json requires friendsofsymfony/oauth-server-bundle ^1.6 -> satisfiable by friendsofsymfony/oauth-server-bundle[1.6.0, 1.6.1, 1.6.2].

Is there any way to get this support for PHP 81. Or else what are the alternatives I can go for ?

blackarcanis commented 11 months ago

There is no tagged version for PHP 8.1 support; you must use the "dev-master" currently.

bastien-wink commented 10 months ago

What prevent us from tagging a version with PHP 8 ?