thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Relax from PHP 7.2 #112

Closed bencorlett closed 4 years ago

bencorlett commented 4 years ago

There was really nothing from PHP 7.2 that we specifically required over PHP 7.1, except that PHP 7.1 has reached EOL.

A major consumer of this package, Laravel Socialite only requires PHP 7.1+, so by restricting a new version to PHP 7.2, we'd be potentially blocking their users from receiving updates.