From 13eb3978890d173178b6dc1d9da5f85181737b65 Mon Sep 17 00:00:00 2001 From: Stephano Vogel Date: Thu, 25 Jan 2018 10:37:55 +0100 Subject: [PATCH] Changed license in composer.json to fit Packagist's needs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d05b51..6ec49f8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "heidelpay/php-basket-api", "description": "Client library for heidelpay basket api.", - "license": "Use of this software requires acceptance of the License Agreement. See LICENSE file.", + "license": "proprietary", "authors": [ { "name": "Jens Richter",