Skip to content

Commit

Permalink
Merge pull request #48 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 authored Jan 24, 2018
2 parents eaa79e0 + 349d3b1 commit 775d778
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
Expand Up @@ -2,7 +2,7 @@
"name": "typo3/neos-seo",
"type": "typo3-flow-package",
"description": "SEO configuration and tools for TYPO3 Neos",
"license": "GPL-3.0+",
"license": ["GPL-3.0-or-later"],
"require": {
"typo3/neos": "~2.0"
},
Expand All @@ -11,4 +11,4 @@
"TYPO3\\Neos\\Seo": "Classes"
}
}
}
}

0 comments on commit 775d778

Please sign in to comment.