sulu/sulu-docs

Sulu 1.6.21 (current latest release) requires abandoned guzzle/guzzle

Closed this issue · 2 comments

Sulu 1.6.21 requires friendsofsymfony/http-cache, which requires guzzle/guzzle which is abandoned.

composer why guzzle/guzzle
friendsofsymfony/http-cache 1.4.5 requires guzzle/guzzle (~3.8)

composer why friendsofsymfony/http-cache
sulu/sulu 1.6.21 requires friendsofsymfony/http-cache (~1.4)

Solution: upgrade to a higher (major) version of friendsofsymfony/http-cache

Hello @sigbits,
thank you for creating this issue.
The 1.x version of sulu will not support fos-http-cache 2.0 because of bc breaks.
In the current development version of sulu (2.0-alpha) the fos-http-cache is updated, see current composer.json, so there the warning should not longer appear.

Since we have updated that in the latest alpha release I am going to close that issue. Thanks for reporting! 👍