Skip to content

Commit

Permalink
Release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 18, 2024
1 parent 731ee08 commit a45dfce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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()` returns `false` if inner stream's size is `null`

### Changed

- PHP 8.4 support

## 2.6.2 - 2023-12-03

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +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 (2023-06-30) | >=5.4,<8.2 |
| 2.x | Latest | >=7.2.5,<8.5 |

## AppendStream

Expand Down

0 comments on commit a45dfce

Please sign in to comment.