Coder Social home page Coder Social logo

Comments (4)

roman-ali avatar roman-ali commented on July 16, 2024

I'm having the same issue (with slightly different version of monolog i.e. 2.0.0).

./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for adyen/php-api-library ^6.0 -> satisfiable by adyen/php-api-library[6.0.0].
- Conclusion: remove monolog/monolog 2.0.0
- Conclusion: don't install monolog/monolog 2.0.0
- adyen/php-api-library 6.0.0 requires monolog/monolog ~1.16 -> satisfiable by monolog/monolog[1.16.0, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.18.2, 1.19.0, 1.20.0, 1.21.0, 1.22.0, 1.22.1, 1.23.0, 1.24.0, 1.25.0, 1.25.1, 1.25.2, 1.25.3, 1.x-dev].
- Can only install one of: monolog/monolog[1.16.0, 2.0.0].
- Can only install one of: monolog/monolog[1.17.0, 2.0.0].
- Can only install one of: monolog/monolog[1.17.1, 2.0.0].
- Can only install one of: monolog/monolog[1.17.2, 2.0.0].
- Can only install one of: monolog/monolog[1.18.0, 2.0.0].
- Can only install one of: monolog/monolog[1.18.1, 2.0.0].
- Can only install one of: monolog/monolog[1.18.2, 2.0.0].
- Can only install one of: monolog/monolog[1.19.0, 2.0.0].
- Can only install one of: monolog/monolog[1.20.0, 2.0.0].
- Can only install one of: monolog/monolog[1.21.0, 2.0.0].
- Can only install one of: monolog/monolog[1.22.0, 2.0.0].
- Can only install one of: monolog/monolog[1.22.1, 2.0.0].
- Can only install one of: monolog/monolog[1.23.0, 2.0.0].
- Can only install one of: monolog/monolog[1.24.0, 2.0.0].
- Can only install one of: monolog/monolog[1.25.0, 2.0.0].
- Can only install one of: monolog/monolog[1.25.1, 2.0.0].
- Can only install one of: monolog/monolog[1.25.2, 2.0.0].
- Can only install one of: monolog/monolog[1.25.3, 2.0.0].
- Can only install one of: monolog/monolog[1.x-dev, 2.0.0].
- Installation request for monolog/monolog (locked at 2.0.0) -> satisfiable by monolog/monolog[2.0.0].

Installation failed, reverting ./composer.json to its original content.

from adyen-php-api-library.

Aleffio avatar Aleffio commented on July 16, 2024

Hi @rajurajpurohit and @roman-ali ,

Thanks for raising the issue and providing the details,
we are providing a fix for it and will be merged soon,

Kind Regards,
Alessio
Adyen

from adyen-php-api-library.

WiktorPacer avatar WiktorPacer commented on July 16, 2024

PHP Version: 7.3
Package version: ^6.2
Description: Problem during installation with Laravel version 7.6.2.
Problem 1 - Installation request for adyen/php-api-library ^6.2 -> satisfiable by adyen/php-api-library[6.2.0]. - Conclusion: remove monolog/monolog 2.0.2 - Conclusion: don't install monolog/monolog 2.0.2 - adyen/php-api-library 6.2.0 requires monolog/monolog ^1.16 -> satisfiable by monolog/monolog[1.16.0, 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.18.2, 1.19.0, 1.20.0, 1.21.0, 1.22.0, 1.22.1, 1.23.0, 1.24.0, 1.25.0, 1.25.1, 1.25.2, 1.25.3, 1.25.4, 1.x-dev]. - Can only install one of: monolog/monolog[1.16.0, 2.0.2]. - Can only install one of: monolog/monolog[1.17.0, 2.0.2]. - Can only install one of: monolog/monolog[1.17.1, 2.0.2]. - Can only install one of: monolog/monolog[1.17.2, 2.0.2]. - Can only install one of: monolog/monolog[1.18.0, 2.0.2]. - Can only install one of: monolog/monolog[1.18.1, 2.0.2]. - Can only install one of: monolog/monolog[1.18.2, 2.0.2]. - Can only install one of: monolog/monolog[1.19.0, 2.0.2]. - Can only install one of: monolog/monolog[1.20.0, 2.0.2]. - Can only install one of: monolog/monolog[1.21.0, 2.0.2]. - Can only install one of: monolog/monolog[1.22.0, 2.0.2]. - Can only install one of: monolog/monolog[1.22.1, 2.0.2]. - Can only install one of: monolog/monolog[1.23.0, 2.0.2]. - Can only install one of: monolog/monolog[1.24.0, 2.0.2]. - Can only install one of: monolog/monolog[1.25.0, 2.0.2]. - Can only install one of: monolog/monolog[1.25.1, 2.0.2]. - Can only install one of: monolog/monolog[1.25.2, 2.0.2]. - Can only install one of: monolog/monolog[1.25.3, 2.0.2]. - Can only install one of: monolog/monolog[1.25.4, 2.0.2]. - Can only install one of: monolog/monolog[1.x-dev, 2.0.2]. - Installation request for monolog/monolog (locked at 2.0.2) -> satisfiable by monolog/monolog[2.0.2].

I see this issue was resolved but I think this change of composer.json caused the problem - 7097f0d

from adyen-php-api-library.

cyattilakiss avatar cyattilakiss commented on July 16, 2024

Hi @WiktorPacer

Yes that one caused the issue. Please use the latest version of the library where we don't require a specific version of the monolog anymore. If you would still keep using the one which you are using now just change the composer.json as a quick fix, that will work as well.

Best,
Attila
Adyen

from adyen-php-api-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.