smartwaivercom / php-sdk

PHP SDK for Smartwaiver API (v4)
Apache License 2.0
2 stars 8 forks source link

Guzzle 6 #4

Open muyassarov opened 1 year ago

muyassarov commented 1 year ago

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?

lieb77 commented 1 year ago

Please update your composer.json "require": { "php": ">= 5.6", "guzzlehttp/guzzle": "^7"