Hi,
I have to install smartwaiver/smartwaiver-sdk package, but it requires guzzle ^6.2, our installed packages use guzzle ^7.4, so I cannot install smartwaiver package, it tells me:
Problem 1
- Root composer.json requires smartwaiver/smartwaiver-sdk ^4.3 -> satisfiable by smartwaiver/smartwaiver-sdk[4.3.1].
- smartwaiver/smartwaiver-sdk 4.3.1 requires guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.8] but it conflicts with your root composer.json require (^7.5).
What to do?
Are you able to update the smartwaiver php package.json file?
Hi, I have to install
smartwaiver/smartwaiver-sdk
package, but it requires guzzle ^6.2, our installed packages use guzzle ^7.4, so I cannot install smartwaiver package, it tells me:What to do?
Are you able to update the smartwaiver php package.json file?