Skip to content

Commit

Permalink
Release 2.6.3 (#612)
Browse files Browse the repository at this point in the history
* Release 2.6.3

* Update CHANGELOG.md

* Update README.md

* Update README.md
  • Loading branch information
GrahamCampbell authored Jul 18, 2024
1 parent 731ee08 commit 6de2986
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.6.3 - 2024-07-18

### Fixed

- Make `StreamWrapper::stream_stat()` return `false` if inner stream's size is `null`

### Changed

- PHP 8.4 support

## 2.6.2 - 2023-12-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ composer require guzzlehttp/psr7

| Version | Status | PHP Version |
|---------|---------------------|--------------|
| 1.x | Security fixes only | >=5.4,<8.1 |
| 2.x | Latest | >=7.2.5,<8.4 |
| 1.x | EOL (2024-06-30) | >=5.4,<8.2 |
| 2.x | Latest | >=7.2.5,<8.5 |


## AppendStream
Expand Down

0 comments on commit 6de2986

Please sign in to comment.