/home/suroeste/public_html/payments.transportessuroeste.com/vendor/epayco/epayco-php
NameSizeModeActions
src/-0755rm
tests/-0755rm
.gitignore460644editdlrm
composer.json6110644editdlrm
phpunit.xml2230644editdlrm
README.md145610644editdlrm
Edit: /home/suroeste/public_html/payments.transportessuroeste.com/vendor/epayco/epayco-php/composer.json (611B)
{ "name": "epayco/epayco-php", "type": "sdk", "description": "Epayco API client for PHP", "keywords": ["epayco", "api"], "homepage": "https://github.com/epayco/epayco-php", "license": "MIT", "authors": [{ "name": "Epayco and contributors", "homepage": "https://github.com/epayco/epayco-php/graphs/contributors" }], "require": { "php": ">=5.3.0|>=8.1", "rmccue/requests": ">=1.0|>=2.0" }, "require-dev": { "phpunit/phpunit": "^4.8.9" }, "autoload": { "psr-4": { "Epayco\\" : "src/" } } }