Update pull request template formatting
Replace stream_for() with Utils::\streamFor()
Replace all instances of stream_for() with Utils::streamFor()
Require guzzle version that requires version of psr7 after introduction of static API
Reverting to guzzlehttp/guzzle:>=6.3.3 and depending explicitly on guzzlehttp/psr7:^1.7
Merge remote-tracking branch 'origin/master' into php8.1
Added support for PHP 8.1
Updated CHANGELOG
Merge pull request #110 from krizalys/php8.1
Support for PHP 8.1
Changes from #108 and other auxiliary fixes to bring official PHP 8.1 support.
@jacobembree Thanks for helping. This also allows us to propose official support for PHP 8.1: see #110 for additional changes from me.
After a second thought, let's not touch the Guzzle version requirement as it may be a breaking change for some users - we'll depend explicitly on the required PSR 7 version instead.
Changes from #108 and other auxiliary fixes to bring official PHP 8.1 support.
Fixed functional test suite
Updated README
Version bump
Thanks for the fix!
fixed the incorrect variable name $queryStringParameterDefinition in class \Krizalys\Onedrive\Definition\OperationDefinition
Merge pull request #109 from faradey/master
fixed the incorrect variable name $queryStringParameterDefinition in …
…class \Krizalys\Onedrive\Definition\OperationDefinition
A typo in the name of the class variable has been corrected. Without this fix, your library does not work on PHP 8.2 and above
@jacobembree Thanks for the contribution.
2 comments:
Psr7\stream_for
in the repo, please can you help upgrading them too?Thanks!
Fixed #7
Updated copyrights
Updated copyrights
Updated copyrights
Merge branch 'master' into 2.x