imdhemy / appstore-iap

PHP App store In-App Purchase implementaiton.
MIT License
43 stars 17 forks source link

Upgrade lcobucci/jwt dependency to ^5.0 #198

Closed blaxxi closed 3 months ago

blaxxi commented 3 months ago

Description

When I try to install a package I get an error due to dependency conflict

Problem 1
    - imdhemy/appstore-iap[1.6.0, ..., 1.6.1] require lcobucci/jwt ^4.3 -> found lcobucci/jwt[4.3.0] but the package is fixed to 5.3.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.
    - Root composer.json requires imdhemy/appstore-iap ^1.6 -> satisfiable by imdhemy/appstore-iap[1.6.0, 1.6.1].

Example

No response

imdhemy commented 3 months ago

@blaxxi Thank you! Fixed in v1.7.0

https://github.com/imdhemy/appstore-iap/releases/tag/1.7.0