Skip to content

Commit 397659a

Browse files
committed
support client-common 2.0
1 parent 480b7fa commit 397659a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## Unreleased
66

7+
### Changed
8+
9+
- Allow version 2 of `php-http/client-common`
10+
711
### Fixed
812

913
- Fix deprecated notice when using symfony/config > 4.2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^5.5 || ^7.0",
20-
"php-http/client-common": "^1.6",
20+
"php-http/client-common": "^1.6 || ^2.0",
2121
"php-http/client-implementation": "^1.0",
2222
"php-http/cache-plugin": "^1.4",
2323
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)