sitegeist / Sitegeist.Monocle

An fusion based styleguide implementation for Neos
GNU General Public License v3.0
46 stars 25 forks source link

Composer requirements wrong for guzzlehttp/psr7 when installing NEOS CMS 7.1 #156

Open samsauter opened 3 years ago

samsauter commented 3 years ago

Version v7.5.x of Sitegeist.Monocle is fixed to guzzlehttp/psr7 1.4, but NEOS 7.1 requires guzzlehttp/psr7 2.0.x - I think from the dependency in guzzlehttp/guzzle.

Do you have time to apply a compatibility release? Or maybe something is wrong on my end?

kdambekalns commented 2 years ago

Neos doesn't require guzzlehttp/psr7, but neos/http-factories does. But not strictly in 2.0.x, so this isn't a problem.