daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.09k stars 456 forks source link

Add support for php 8.1? #590

Open ani37 opened 1 year ago

ani37 commented 1 year ago

The package is used in multiple library eq : oriceon/oauth-5-laravel can we please release this as we are getting this errors

OAuth\\Common\\Http\\Client\\AbstractClient::OAuth\\Common\\Http\\Client\\{closure}(): Argument #2 ($key) must be passed by reference, value given

samwilson commented 1 year ago

There is a more-maintained fork of this at https://github.com/carlos-mg89/PHPoAuthLib that may be of use to you. (I'm not a maintainer of either; just an interested user of the package.)

ani37 commented 1 year ago

@samwilson Got it but I am using this package, which internally uses lusitanian/oauth, any idea how to use (https://github.com/carlos-mg89/PHPoAuthLib), using above package

samwilson commented 1 year ago

That's a good point, I'm not sure. Probably the fork should be specifying replace. Or you could ask the maintainers to switch.