CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
29 stars 65 forks source link

ApiClient to get composer packages in V2 format. #111

Open searnest-e3 opened 2 years ago

searnest-e3 commented 2 years ago

Motivation: https://getcomposer.org/upgrade/UPGRADE-2.0.md vendor/composer/installed.json format changed: packages are now wrapped into a "packages" top level key instead of the whole file being the package array

Issue: Notice: Undefined index: name in CyberSource\ApiClient->getClientId()

Related: https://github.com/CyberSource/cybersource-rest-client-php/issues/59