Skip to content

Commit cc023b5

Browse files
committed
Update composer file
1 parent 4632dd6 commit cc023b5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "messagemedia/webhooks",
33
"type": "library",
4-
"description": "TODO: Add a description",
5-
"version": "1.4.0",
4+
"description": "The MessageMedia Webhooks allows you to subscribe to one or several events and when one of those events is triggered, an HTTP request is sent to the URL of your choice along with the message or payload. In simpler terms, it allows applications to 'speak' to one another and get notified automatically when something new happens.",
5+
"version": "1.0.0",
66
"keywords": ["Webhooks","API","SDK"],
7-
"homepage": "https://apimatic.io",
8-
"license": "MIT",
7+
"homepage": "https://developers.messagemedia.com",
8+
"license": "Apache 2.0",
99
"authors": [
1010
{
11-
"name": "APIMatic SDK Generator",
12-
"email": "support@apimatic.io",
13-
"homepage": "https://apimatic.io",
14-
"role": "API Tool"
11+
"name": "MessageMedia Developers",
12+
"email": "developers@messagemedia.com",
13+
"homepage": "https://developers.messagemedia.com",
1514
}
1615
],
1716
"require": {
@@ -32,4 +31,4 @@
3231
"MessageMediaWebhooksLib\\": "src/"
3332
}
3433
}
35-
}
34+
}

0 commit comments

Comments
 (0)