akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 513 forks source link

chore: update lcobucci/jwt version constraint #20388

Open iq-cw opened 5 months ago

iq-cw commented 5 months ago

Description (for Contributor and Core Developer) Adjust the version constraint for lcobucci/jwt to ">=4.2.0 <4.3.0" in the composer.json file. This ensures that we include any version from the 4.2.X range while explicitly excluding version 4.3.0. This change is made to maintain compatibility, because as of 4.3.0 lcobucci/jwt requires "lcobucci/clock": "^2.0 || ^3.0", so lcobucci/clock > 3 is installed, which in turn requires "php": "~8.2.0 || ~8.3.0". However, Akeneo requires 8.1