Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "sebastiankrupinski/jmap-client-php",
"type": "library",
"description": "JMAP PHP Client",
"keywords": ["enum"],
"description": "Type-safe PHP client for JMAP mail, calendar, contacts, files, and tasks APIs",
"keywords": ["jmap", "mail", "calendar", "contacts", "files", "tasks", "email", "api-client"],
"homepage": "https://github.com/SebastianKrupinski/jmap-client-php",
"license": "AGL3",
"support": {
"issues": "https://github.com/SebastianKrupinski/jmap-client-php/issues",
"source": "https://github.com/SebastianKrupinski/jmap-client-php"
},
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Sebastian Krupinski",
Expand Down
Loading