thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.53k stars 1.12k forks source link

Change minimum supported PHP version. #1317

Closed JimTools closed 1 year ago

JimTools commented 1 year ago

With PHP 7.4 coming to its end-of-life in November 2022, now would be an excellent time to bump the minimum required PHP version of this package allowing the use of typed properties and other newer language features.

Preferably setting the minimum version to 8.0 as this is the lowest supported version.

PHP Supported Version

Update: I've got a very rough branch branch working.

Sephster commented 1 year ago

I'm working on this but as there will be breaking changes introduced, it needs to be a major change

JimTools commented 1 year ago

that is understandable, there are a lot of changes but I believe type safety is worth it.

Is there anything I can do to help, in the meantime?

Sephster commented 1 year ago

Nothing thanks Jim. Appreciate the offer though. Hoping to just plod on with it and get it out in the not too distant future.