From 5ef900c407d09ce1c5b30f0eb67b8e651955bfd5 Mon Sep 17 00:00:00 2001 From: Liz Moy Date: Wed, 27 Aug 2025 15:14:46 +0100 Subject: [PATCH] removing unnecessary version attribute --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 66963bd..e69df79 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { "name": "intercom/intercom-php", - "version": "0.0.325", + "description": "Intercom API client.", "keywords": [ "intercom", "api", "sdk" ], - "license": [], + "license": "MIT", "require": { "php": "^8.1", "ext-json": "*", @@ -36,9 +36,11 @@ "test": "phpunit", "analyze": "phpstan analyze src tests --memory-limit=1G" }, - "author": { - "name": "Intercom Platform Team", - "url": "https://www.intercom.com" - }, + "authors": [ + { + "name": "Intercom Platform Team", + "homepage": "https://www.intercom.com" + } + ], "homepage": "https://developers.intercom.com/docs" } \ No newline at end of file