thephpleague / oauth2-server

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

Remove requirement of json extension #1341

Closed cedric-anne closed 1 year ago

cedric-anne commented 1 year ago

Since PHP 8.0, ext-json is part of PHP core and cannot be disabled (see https://www.php.net/manual/en/json.installation.php).

I think it can be removed from composer.json require section.

Sephster commented 1 year ago

Good spot. Thanks for this!