Skip to content

Commit

Permalink
composer.json: use "proprietary" instead of "Shopsys Community Licens…
Browse files Browse the repository at this point in the history
…e" as a version identifier

- Packagist requires the package license to be either a valid SPDX identifier (https://spdx.org/licenses/) or "proprietary"
  • Loading branch information
PetrHeinz committed Apr 12, 2018
1 parent 4f1677a commit 1c13fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\\": [
Expand Down

0 comments on commit 1c13fe8

Please sign in to comment.