From e2f425a91f3f2ff851beee173a080fcad946a9f6 Mon Sep 17 00:00:00 2001 From: Keith Brink Date: Mon, 27 Sep 2021 13:23:22 +0300 Subject: [PATCH] Fix extra space in license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fe51a13..9d4eaa62 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jasara/php-amzn-selling-partner-api", "description": "A fluent interface for Amazon's Selling Partner API in PHP", "type": "library", - "license": " CC-BY-NC-SA-4.0", + "license": "CC-BY-NC-SA-4.0", "authors": [ { "name": "Jasara Technology Inc.",