Skip to content

Commit

Permalink
Add license to composer.json (#26)
Browse files Browse the repository at this point in the history
The license was missing from the composer.json and the library was showing up as unlicensed in packagist.
  • Loading branch information
splitbrain authored and gburtini committed Nov 30, 2017
1 parent 25db579 commit 18a568d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"email": "joe@truephp.com"
}
],
"license": "MIT",
"autoload": {
"psr-0": {
"gburtini\\Distributions": "src"
Expand Down

0 comments on commit 18a568d

Please sign in to comment.