-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
233 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
wcfsetup/install/files/lib/system/api/guzzlehttp/promises/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# CHANGELOG | ||
|
||
|
||
## 2.0.0 - TBC | ||
## 2.0.1 - 2023-08-03 | ||
|
||
### Changed | ||
|
||
- PHP 8.3 support | ||
|
||
|
||
## 2.0.0 - 2023-05-21 | ||
|
||
### Added | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
...up/install/files/lib/system/api/guzzlehttp/promises/vendor-bin/php-cs-fixer/composer.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
wcfsetup/install/files/lib/system/api/guzzlehttp/promises/vendor-bin/phpstan/composer.json
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
wcfsetup/install/files/lib/system/api/guzzlehttp/promises/vendor-bin/psalm/composer.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,24 @@ functionality like query string parsing. | |
![Static analysis](https://github.com/guzzle/psr7/workflows/Static%20analysis/badge.svg) | ||
|
||
|
||
# Installation | ||
## Features | ||
|
||
This package comes with a number of stream implementations and stream | ||
decorators. | ||
|
||
|
||
## Installation | ||
|
||
```shell | ||
composer require guzzlehttp/psr7 | ||
``` | ||
|
||
# Stream implementation | ||
## Version Guidance | ||
|
||
This package comes with a number of stream implementations and stream | ||
decorators. | ||
| Version | Status | PHP Version | | ||
|---------|---------------------|--------------| | ||
| 1.x | Security fixes only | >=5.4,<8.1 | | ||
| 2.x | Latest | >=7.2.5,<8.4 | | ||
|
||
|
||
## AppendStream | ||
|
@@ -855,14 +863,6 @@ This of course assumes they will be resolved against the same base URI. If this | |
equivalence or difference of relative references does not mean anything. | ||
|
||
|
||
## Version Guidance | ||
|
||
| Version | Status | PHP Version | | ||
|---------|----------------|------------------| | ||
| 1.x | Security fixes | >=5.4,<8.1 | | ||
| 2.x | Latest | ^7.2.5 \|\| ^8.0 | | ||
|
||
|
||
## Security | ||
|
||
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/psr7/security/policy) for more information. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.