Skip to content

Commit

Permalink
Merge pull request #67 from neos/fix-license-identifier
Browse files Browse the repository at this point in the history
TASK: Update SPDX license identifier in composer.json
  • Loading branch information
kdambekalns committed Jan 24, 2018
2 parents dbe2cdb + bcf24da commit 6989269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typo3/form",
"type": "typo3-flow-package",
"license": "LGPL-3.0+",
"license": ["LGPL-3.0-or-later"],
"description": "Extensible and flexible API for building web forms",
"require": {
"typo3/flow": "*"
Expand All @@ -11,4 +11,4 @@
"TYPO3\\Form": "Classes"
}
}
}
}

0 comments on commit 6989269

Please sign in to comment.