From 2ca0d30ddd3439bc0ec0b41de4fcb737ee0d4438 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Fri, 16 Aug 2024 04:57:08 -0400 Subject: [PATCH] Add keywords in composer.json (#264) For better discoverability on https://packagist.org/ --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/composer.json b/composer.json index 703fa481..d625b723 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,18 @@ "name": "garethp/php-ews", "license": "BSD-3-Clause", "description": "A PHP Library to interact with the Exchange SOAP service", + "keywords": [ + "Microsoft Exchange", + "Exchange Web Services", + "SOAP", + "NTLM", + "EWS", + "php", + "email", + "calendar", + "contacts", + "push notification" + ], "require": { "garethp/http-playback": "^2.0", "ext-curl": "*",