From d7d30591c4b7fcf524a84ea8a4400c6bc631d7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Andr=C3=A9s=20Puertas?= Date: Mon, 29 Jan 2018 17:18:38 +0000 Subject: [PATCH] fix: composer.json warnings and errors --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d7f627c..2e268e0 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,8 @@ { "name": "oneflow/php-sdk", - "version": "1.0.3", "description": "PHP SDK for OneFlow", "minimum-stability": "stable", - "license": "OneFlow Master", + "license": "proprietary", "homepage": "http://www.oneflowsystems.com/", "authors": [ { @@ -14,4 +13,4 @@ "autoload": { "files": ["src/OneflowSDK.php", "src/ProductionSDK.php"] } -} \ No newline at end of file +}