Skip to content

Commit e91101a

Browse files
authored
removing unnecessary version attribute (#380)
1 parent 75592ed commit e91101a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "intercom/intercom-php",
3-
"version": "0.0.325",
3+
44
"description": "Intercom API client.",
55
"keywords": [
66
"intercom",
77
"api",
88
"sdk"
99
],
10-
"license": [],
10+
"license": "MIT",
1111
"require": {
1212
"php": "^8.1",
1313
"ext-json": "*",
@@ -36,9 +36,11 @@
3636
"test": "phpunit",
3737
"analyze": "phpstan analyze src tests --memory-limit=1G"
3838
},
39-
"author": {
40-
"name": "Intercom Platform Team",
41-
"url": "https://www.intercom.com"
42-
},
39+
"authors": [
40+
{
41+
"name": "Intercom Platform Team",
42+
"homepage": "https://www.intercom.com"
43+
}
44+
],
4345
"homepage": "https://developers.intercom.com/docs"
4446
}

0 commit comments

Comments
 (0)