thephpleague / oauth2-server-bundle

Symfony bundle for the OAuth2 Server.
MIT License
176 stars 86 forks source link

Lack of versionning #176

Closed floviolleau closed 6 months ago

floviolleau commented 6 months ago

Hi,

Thanks for maintaining this project.

We are lacking of versions of this bundle. We are on dev-master but now dev-master is php8 only compatible.

Can tell me when was the last version available for php7.4 ?

Thanks

X-Coder264 commented 6 months ago

The latest tagged version at the moment is 0.5.0 and it supports PHP >= 7.2

https://github.com/thephpleague/oauth2-server-bundle/blob/v0.5.0/composer.json#L19

Why are you using dev-master instead of the latest tag?

floviolleau commented 6 months ago

Hi,

My mistake, I think I misread.

We were on dev-master for an old reason.

Sorry for the noise.