We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75592ed commit e91101aCopy full SHA for e91101a
composer.json
@@ -1,13 +1,13 @@
1
{
2
"name": "intercom/intercom-php",
3
- "version": "0.0.325",
+
4
"description": "Intercom API client.",
5
"keywords": [
6
"intercom",
7
"api",
8
"sdk"
9
],
10
- "license": [],
+ "license": "MIT",
11
"require": {
12
"php": "^8.1",
13
"ext-json": "*",
@@ -36,9 +36,11 @@
36
"test": "phpunit",
37
"analyze": "phpstan analyze src tests --memory-limit=1G"
38
},
39
- "author": {
40
- "name": "Intercom Platform Team",
41
- "url": "https://www.intercom.com"
42
- },
+ "authors": [
+ {
+ "name": "Intercom Platform Team",
+ "homepage": "https://www.intercom.com"
43
+ }
44
+ ],
45
"homepage": "https://developers.intercom.com/docs"
46
}
0 commit comments