Skip to content

Commit a255baf

Browse files
committed
Add hyphenation and remove white space between value for license key within composer.json file object due to packagist not liking the name "Apache 2.0" but prefering "Apache-2.0".
1 parent aba40f7 commit a255baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"keywords": ["Webhooks","API","SDK"],
77
"homepage": "https://developers.messagemedia.com",
8-
"license": "Apache 2.0",
8+
"license": "Apache-2.0",
99
"authors": [
1010
{
1111
"name": "MessageMedia Developers",

0 commit comments

Comments
 (0)