Hi Team,
Today i started integrating epayco in php.
i cloned the repo and ran composer install,
it gave following error
[Composer\Json\JsonValidationException]
"./composer.json" does not match the expected JSON schema:
- type : Does not match the regex pattern ^[a-z0-9-]+$
then i changed
"type": "Sdk",
to
"type": "sdk",
The problem was resolved
Hi Team,
Today i started integrating epayco in php.
i cloned the repo and ran composer install,
it gave following error
then i changed
to
The problem was resolved