FriendsOfSymfony / FOSHttpCache

Integrate your PHP application with your HTTP caching proxy
https://foshttpcache.readthedocs.io
Other
353 stars 60 forks source link

Package php-http/message-factory is abandoned #585

Closed ro0NL closed 1 month ago

dbu commented 1 month ago

we use the psr-17 factories in version 3: https://github.com/FriendsOfSymfony/FOSHttpCache/blob/3.x/src/ProxyClient/HttpProxyClient.php

do you see what includes the legacy message-factory package? i don't see it in composer.json so it either is something else in your application or a transient dependency and we might want to upgrade one of our dependencies.

ro0NL commented 1 month ago

i confused permalinks between 2.x and 3.x (php-http/message-factory vs. psr/http-factory)

excusi!

dbu commented 1 month ago

np, thanks for following up.