Skip to content

Commit

Permalink
Merge pull request #4 from datanel/bad-license-composer
Browse files Browse the repository at this point in the history
Fixed license in composer.json
  • Loading branch information
Netmisa committed May 27, 2015
2 parents a389eba + 3fdec0c commit 29aa7de
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 @@ -3,7 +3,7 @@
"type": "library",
"description": "Media Manager Component",
"keywords": [],
"license": "MIT",
"license": "AGPL-3.0",
"authors": [
{
"name": "Rémy Abi-Khalil",
Expand All @@ -14,4 +14,4 @@
"classmap": [ "src/" ]
},
"minimum-stability": "dev"
}
}

0 comments on commit 29aa7de

Please sign in to comment.