Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 631deec

Browse files
committed
Upgrade migration docs
1 parent feae976 commit 631deec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADE-6.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
Several major changes in version 6.0:
44
- Requires PHP 8.1
55
- The factory has been removed. Use `new` to construct your FeedIO instance: `new \FeedIo\FeedIo($client, $logger)`
6-
- Feed IO comes no longer bundled with a default HTTP Client, but uses HTTPlug instead. To continue using Guzzle, please require `php-http/guzzle7-adapter`.
6+
- Feed IO comes no longer bundled with a default HTTP client, but uses HTTPlug instead. To continue using Guzzle, please require `php-http/guzzle7-adapter`.
7+
- Feed IO does no longer set a custom user agent. However, HTTP clients ususally add a default themselves. If the feed you want to read requires a specific user agent, please configure your HTTP client accordingly, before you inject it into Feed IO.

0 commit comments

Comments
 (0)