trello
trello copied to clipboard
Guzzle ~6.0 vs Laravel 8 ^7.01
Forgive me if there is a simple workaround I am missing but I am unable to install this to my laravel 8 project because the package requires Guzzle ~6.0 and the framework requires ^7.01
Advice appreciated.
Same for me
Problem 1 - Root composer.json requires laravel-notification-channels/trello ^1.3 -> satisfiable by laravel-notification-channels/trello[1.3.0]. - laravel-notification-channels/trello 1.3.0 requires guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.