From 4d9879281424dc04deef8f2fac59c3cd42f31b3d Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Thu, 2 Nov 2023 08:10:36 +0100 Subject: [PATCH] Fix invalid license in composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0ee96a13..532f37bc 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,7 @@ "description": "This is the official PubNub PHP SDK repository.", "keywords": ["api", "real-time", "realtime", "real time", "ajax", "push"], "homepage": "http://www.pubnub.com/", - "license": "PubNub Software Development Kit License", - "version": "6.1.0", + "license": "proprietary", "authors": [ { "name": "PubNub",