From 1c13fe8d65322717f2b7fdbadf7474ac4bfc8d5c Mon Sep 17 00:00:00 2001 From: Petr Heinz Date: Thu, 12 Apr 2018 14:54:28 +0200 Subject: [PATCH] composer.json: use "proprietary" instead of "Shopsys Community License" as a version identifier - Packagist requires the package license to be either a valid SPDX identifier (https://spdx.org/licenses/) or "proprietary" --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e757897519..155a25241e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "shopsys/framework", "type": "library", "description": "Core of Shopsys Framework - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony", - "license": "Shopsys Community License", + "license": "proprietary", "autoload": { "psr-4": { "Shopsys\\FrameworkBundle\\": [