krizalys
Repos
21
Followers
13
Following
9

Events

krizalys create tag 3.2.0
Created at 1 day ago

Update pull request template formatting

Created at 1 day ago

Added support for PHP 8.2

Created at 1 day ago
krizalys delete branch php8.1
Created at 2 days ago

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

Created at 2 days ago
pull request closed
Support for PHP 8.1

Changes from #108 and other auxiliary fixes to bring official PHP 8.1 support.

Created at 2 days ago
Replace stream_for() with Utils::\streamFor()

@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.

Created at 2 days ago
pull request opened
Php8.1

Changes from #108 and other auxiliary fixes to bring official PHP 8.1 support.

Created at 2 days ago
krizalys create branch php8.1
Created at 2 days ago
krizalys delete branch tests
Created at 3 days ago
krizalys create tag 3.1.1
Created at 3 days ago

Fixed functional test suite

Updated README

Version bump

Created at 3 days ago
krizalys create branch tests
Created at 3 days ago
fixed the incorrect variable name $queryStringParameterDefinition in …

Thanks for the fix!

Created at 3 days ago

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 …

Created at 3 days ago
pull request closed
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

Created at 3 days ago

Updated copyrights

Created at 2 weeks ago
Created at 2 weeks ago
krizalys create branch master
Created at 2 weeks ago
create repository
krizalys create repository
Created at 2 weeks ago
krizalys delete branch 2023
Created at 1 month ago

Updated copyrights

Created at 1 month ago
krizalys create branch 2023
Created at 1 month ago
Replace stream_for() with Utils::\streamFor()

@jacobembree Thanks for the contribution.

2 comments:

  1. It seems that static methods were introduced in PSR 7 API 1.7.0 (source: https://github.com/guzzle/psr7/blob/master/README.md#guzzlehttppsr7utilsstreamfor) - are we that current Composer rules guarantee this version to always be installed? We can update them as needed
  2. There are other uses of Psr7\stream_for in the repo, please can you help upgrading them too?

Thanks!

Created at 1 month ago
krizalys delete branch 2023
Created at 1 month ago

Fixed #7

Updated copyrights

Updated copyrights

Updated copyrights

Merge branch 'master' into 2.x

Created at 1 month ago

Updated copyrights

Created at 1 month ago
krizalys create branch 2023
Created at 1 month ago