Skip to content

Commit 7cb4884

Browse files
committed
WEBSERVICE is HTTP client agnostic
HTTP client must be configured via `Settings::setHttpClient()`. This is a small breaking change, but only for the very few people who started using WEBSERVICE from last version. Fixes #1562 Closes #1568
1 parent 165034a commit 7cb4884

File tree

8 files changed

+180
-297
lines changed

8 files changed

+180
-297
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1313

1414
### Fixed
1515

16-
- nothing
16+
- WEBSERVICE is HTTP client agnostic and must be configured via `Settings::setHttpClient()` [#1562](https://github.com/PHPOffice/PhpSpreadsheet/issues/1562)
1717

1818
### Changed
1919

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"markbaker/complex": "^1.4",
5858
"markbaker/matrix": "^1.2",
5959
"psr/simple-cache": "^1.0",
60-
"guzzlehttp/guzzle": "^7.0"
60+
"psr/http-client": "^1.0",
61+
"psr/http-factory": "^1.0"
6162
},
6263
"require-dev": {
6364
"dompdf/dompdf": "^0.8.5",

0 commit comments

Comments
 (0)