PayMaya / PayMaya-PHP-SDK

PHP SDK for PayMaya REST APIs https://developers.paymaya.com/blog/entry/paymaya-api-and-sdk-documentation
MIT License
43 stars 28 forks source link

Bump version psr/log to 1.1.0 #16

Closed botjaeger closed 4 years ago

botjaeger commented 5 years ago

Having problem with psr/log version on my end

Problem 1
    - paymaya/paymaya-sdk 0.0.2 requires psr/log 1.0.2 -> satisfiable by psr/log[1.0.2].
    - Conclusion: don't install psr/log 1.0.2
    - Can only install one of: psr/log[1.1.0, 1.0.0].
    - Can only install one of: psr/log[1.0.0, 1.1.0].
    - Can only install one of: psr/log[1.0.0, 1.1.0].
    - paymaya/paymaya-sdk 0.0.1 requires psr/log 1.0.0 -> satisfiable by psr/log[1.0.0].
    - Installation request for paymaya/paymaya-sdk * -> satisfiable by paymaya/paymaya-sdk[0.0.1, 0.0.2].
    - Installation request for psr/log (locked at 1.1.0) -> satisfiable by psr/log[1.1.0].

or I could make it ~1.0

rjarce commented 4 years ago

Hey @botjaeger thanks for the PR, I'm merging #24 in favor of this as it allows for a more flexible dependency on psr/log. Thanks for checking this though!