Skip to content

Commit

Permalink
Add keywords in composer.json (#264)
Browse files Browse the repository at this point in the history
For better discoverability on https://packagist.org/
  • Loading branch information
marclaporte authored Aug 16, 2024
1 parent 7920fef commit 2ca0d30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 2ca0d30

Please sign in to comment.