Skip to content
This repository has been archived by the owner on Jan 6, 2024. 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 Mar 2, 2021
1 parent 503cc73 commit 9d1a45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.x] - 2020-02-xx
## [2.0.2] - 2021-03-02

### Added

Expand Down Expand Up @@ -110,16 +110,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial release


[Unreleased]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/php-http/guzzle6-adapter/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/php-http/guzzle6-adapter/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/php-http/guzzle6-adapter/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.1...v1.0.0
[0.4.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.4.0
[0.3.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/php-http/guzzle6-adapter/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/php-http/guzzle6-adapter/compare/v0.1.0...v0.2.0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

**Guzzle 6 HTTP Adapter.**

**Note**: Guzzle 6 is not compatible with PHP 8. If you need a PSR-18 client, use PSR-18 and Guzzle 7 which natively implements PSR-18. If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository.
**Note for PHP 8**: This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8.
If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18.
If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the [guzzle7-adapter](https://github.com/php-http/guzzle7-adapter/) instead of this repository.

## Install

Expand Down

2 comments on commit 9d1a45e

@GrahamCampbell
Copy link
Contributor

@GrahamCampbell GrahamCampbell commented on 9d1a45e Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guzzle 6 is known to not work on PHP 8, never mind be not tested. :)

@dbu
Copy link
Contributor Author

@dbu dbu commented on 9d1a45e Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

people have repeatedly been arguing that they use guzzle 6 with php 8 successfully. see for example #83.

i think us allowing it does not make that big of a difference - if you use guzzle 6 without the adapter, you also end up running it on php 8. and if you upgrade to a new major version without testing if things still work, well, though luck.

Please sign in to comment.