File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/vendor/mollie/mollie-api-php/composer.json
{
"name": "mollie/mollie-api-php",
"description": "Mollie API client library for PHP",
"version": "1.5.1",
"homepage": "https://github.com/mollie/mollie-api-php",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Mollie B.V.",
"email": "info@mollie.com"
}
],
"keywords": [
"mollie", "payment", "service", "ideal", "creditcard", "mistercash", "bancontact", "sofort", "sofortbanking",
"sepa", "bitcoin", "paypal", "paysafecard", "podiumcadeaukaart", "banktransfer", "direct debit", "belfius",
"belfius direct net", "refunds", "api", "payments", "gateway"
],
"require-dev": {
"phpunit/phpunit": "^3.7|^4.8|^5.4"
},
"autoload": {
"psr-0": {
"Mollie": "src/"
}
},
"suggest": {
"mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://mollie.com/en/docs for more information."
}
}