Skip to content

Commit 5a7117d

Browse files
authored
Fix license in composer.json
As per the [`composer.json` specification](https://getcomposer.org/doc/04-schema.md#license) the license should be a proper identifier from the [SPDX License List](https://spdx.org/licenses/). For LGPL 3.0+ the proper identifier is `LGPL-3.0-or-later`.
1 parent 2e091b1 commit 5a7117d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Tools in PHP for UN/EDIFACT",
44
"keywords": ["EDI", "EDIFACT", "message", "container"],
55
"homepage": "https://github.com/php-edifact/edifact",
6-
"license": "LGPL-3.0+",
6+
"license": "LGPL-3.0-or-later",
77
"authors": [
88
{
99
"name": "Stefano Sabatini",

0 commit comments

Comments
 (0)