From 1a6b6532f294223fd7e303deee061dc552fc9553 Mon Sep 17 00:00:00 2001 From: Krishan Koenig Date: Wed, 27 Mar 2024 21:07:49 +0100 Subject: [PATCH] add suggestion for mollie/mollie-api-php --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a68e0da..1ce7391 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,9 @@ "phpunit/phpunit": "^9.6|^10.0", "mockery/mockery": "^1.5" }, + "suggest": { + "mollie/mollie-api-php": "To use the Mollie API client to interact with the Mollie API." + }, "autoload": { "psr-4": { "Mollie\\OAuth2\\Client\\": "src/"