krizalys / onedrive-php-sdk

OneDrive SDK for PHP
BSD 3-Clause "New" or "Revised" License
144 stars 66 forks source link

composer guzzlehttp/guzzle version #92

Closed pietos closed 3 years ago

pietos commented 3 years ago

One of the composer requirements it to use version 6.3.3, in my project I use 7.3.0. Is 6.3.3 really a dependency or can the line be changed from:

"guzzlehttp/guzzle": "^6.3.3",

to

"guzzlehttp/guzzle": ">=6.3.3",

Error: Using version ^3.0 for krizalys/onedrive-php-sdk ./composer.json has been updated Running composer update krizalys/onedrive-php-sdk Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

krizalys commented 3 years ago

@pietos I released 3.1.0 which is loosening the requirements on Guzzle and supports both 6 and 7. Check it out.