black-bits / laravel-cognito-auth

MIT License
89 stars 51 forks source link

Composer dependencies unmet #43

Open andcl opened 2 years ago

andcl commented 2 years ago

As of 10/08/2021, with Laravel 8.5.23, trying to run the composer require black-bits/laravel-cognito-auth command on a fresh Laravel installation returns a composer error due to unmet dependencies:

Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - aws/aws-sdk-php[3.61.0, ..., 3.69.10] require guzzlehttp/guzzle ^5.3.1|^6.2.1 -> found guzzlehttp/guzzle[5.3.1, ..., 5.3.x-dev, 6.2.1, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
    - aws/aws-sdk-php[3.69.11, ..., 3.130.3] require guzzlehttp/guzzle ^5.3.3|^6.2.1 -> found guzzlehttp/guzzle[5.3.3, 5.3.4, 5.3.x-dev, 6.2.1, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
    - aws/aws-sdk-php[3.131.0, ..., 3.173.19] require guzzlehttp/psr7 ^1.4.1 -> found guzzlehttp/psr7[1.4.1, ..., 1.x-dev] 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.
    - aws/aws-sdk-php[3.173.20, ..., 3.188.1] require guzzlehttp/psr7 ^1.7.0 -> found guzzlehttp/psr7[1.7.0, ..., 1.x-dev] 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.
    - black-bits/laravel-cognito-auth 0.1.14 requires aws/aws-sdk-php ^3.61 -> satisfiable by aws/aws-sdk-php[3.61.0, ..., 3.188.1].
    - Root composer.json requires black-bits/laravel-cognito-auth ^0.1.14 -> satisfiable by black-bits/laravel-cognito-auth[0.1.14].

Laravel requires "guzzlehttp/guzzle": "^7.0.1".