diff --git a/composer.json b/composer.json index 151dd8239ab6..8595adacbbc3 100644 --- a/composer.json +++ b/composer.json @@ -62,6 +62,7 @@ "league/omnipay": "^3.1", "livewire/livewire": "^2.4", "maennchen/zipstream-php": "^1.2", + "mollie/mollie-api-php": "^2.36", "nwidart/laravel-modules": "^8.0", "omnipay/paypal": "^3.0", "payfast/payfast-php-sdk": "^1.1", diff --git a/composer.lock b/composer.lock index 15b58365b9a7..89eea29d9e7b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d2beb37ff5fbee59ad4bb792e944eb10", + "content-hash": "275a9dd3910b6ec79607b098406dc6c7", "packages": [ { "name": "asm/php-ansible", @@ -4386,6 +4386,97 @@ }, "time": "2019-07-17T11:01:58+00:00" }, + { + "name": "mollie/mollie-api-php", + "version": "v2.36.1", + "source": { + "type": "git", + "url": "https://github.com/mollie/mollie-api-php.git", + "reference": "19f69c116d47a3600f0ed629e0df925a43d3a8f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mollie/mollie-api-php/zipball/19f69c116d47a3600f0ed629e0df925a43d3a8f5", + "reference": "19f69c116d47a3600f0ed629e0df925a43d3a8f5", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.1", + "ext-curl": "*", + "ext-json": "*", + "ext-openssl": "*", + "php": ">=5.6" + }, + "require-dev": { + "eloquent/liberator": "^2.0", + "friendsofphp/php-cs-fixer": "^3.0", + "guzzlehttp/guzzle": "^6.3 || ^7.0", + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.1 || ^8.5" + }, + "suggest": { + "mollie/oauth2-mollie-php": "Use OAuth to authenticate with the Mollie API. This is needed for some endpoints. Visit https://docs.mollie.com/ for more information." + }, + "type": "library", + "autoload": { + "psr-4": { + "Mollie\\Api\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Mollie B.V.", + "email": "info@mollie.com" + } + ], + "description": "Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.", + "homepage": "https://www.mollie.com/en/developers", + "keywords": [ + "Apple Pay", + "CBC", + "Przelewy24", + "api", + "bancontact", + "banktransfer", + "belfius", + "belfius direct net", + "charges", + "creditcard", + "direct debit", + "fashioncheque", + "gateway", + "gift cards", + "ideal", + "inghomepay", + "intersolve", + "kbc", + "klarna", + "mistercash", + "mollie", + "paylater", + "payment", + "payments", + "paypal", + "paysafecard", + "podiumcadeaukaart", + "recurring", + "refunds", + "sepa", + "service", + "sliceit", + "sofort", + "sofortbanking", + "subscriptions" + ], + "support": { + "issues": "https://github.com/mollie/mollie-api-php/issues", + "source": "https://github.com/mollie/mollie-api-php/tree/v2.36.1" + }, + "time": "2021-06-23T12:55:50+00:00" + }, { "name": "moneyphp/money", "version": "v3.3.1",