Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 14, 2023
1 parent 9c00934 commit 4d8778e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log


## 1.1.0 - Unreleased
## 1.1.0 - 2023-04-14

### Changed

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

**Factory interfaces for PSR-7 HTTP Message.**

## Obsolete

The PHP-HTTP factories have become obsolete with the [PSR-17](https://www.php-fig.org/psr/psr-17/) factories standard.
All major HTTP client implementors provide [PSR-17 factories](https://packagist.org/packages/psr/http-factory).

This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.

## Install

Expand Down

0 comments on commit 4d8778e

Please sign in to comment.