amabnl / amadeus-ws-client

PHP Amadeus SOAP Web Service client library
Apache License 2.0
178 stars 191 forks source link

Update composer.lock file still locking psr/log to 1.0.0 #476

Closed danieladarve closed 2 months ago

danieladarve commented 2 months ago

This PR updates the composer.lock file to fix an issue generated by #475 when installing the package directly from amabnl/amadeus-ws-client despite the change in composer.json

It also removes the platform php locking strategy to allow higher versions of php since it is already required in the "required" section of composer.json.

@DerMika