Skip to content

Commit

Permalink
support client-common 2.0 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored and Nyholm committed Dec 28, 2018
1 parent e01c3be commit a8e2caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## Unreleased

### Changed

- Allow version 2 of `php-http/client-common`

### Fixed

- Fix deprecated notice when using symfony/config > 4.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^5.5 || ^7.0",
"php-http/client-common": "^1.6",
"php-http/client-common": "^1.6 || ^2.0",
"php-http/client-implementation": "^1.0",
"php-http/cache-plugin": "^1.4",
"php-http/discovery": "^1.0",
Expand Down

0 comments on commit a8e2caf

Please sign in to comment.