You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, while trying to install your library in symfony project I've end up with the following error :
Problem 1
- paquettg/php-html-parser[3.1.0, ..., 3.1.1] require guzzlehttp/psr7 ^1.6 -> found guzzlehttp/psr7[1.6.0, ..., 1.8.2] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires paquettg/php-html-parser ^3.1 -> satisfiable by paquettg/php-html-parser[3.1.0, 3.1.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Could you please bump your guzzlehttp/psr7 to 2.0.0 ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello, while trying to install your library in symfony project I've end up with the following error :
Could you please bump your guzzlehttp/psr7 to 2.0.0 ?
Thanks in advance
The text was updated successfully, but these errors were encountered: