Skip to content

Commit

Permalink
Fix license identifier
Browse files Browse the repository at this point in the history
I believe the LICENSE.txt resembles the BSD 3-claus license, and `composer validate` complains about the invalid license identifier "BSD".
  • Loading branch information
SvenRtbg committed Mar 8, 2016
1 parent 776503d commit c9bc155
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 @@ -3,7 +3,7 @@
"type": "library",
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": ["test"],
"license": "BSD",
"license": "BSD-3-Clause",
"authors": [
],

Expand Down

0 comments on commit c9bc155

Please sign in to comment.