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.
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.jsonIt 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