Skip to content

Commit

Permalink
Fixing description and license in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Jun 30, 2014
1 parent 219b6e8 commit 7ee950e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,10 +1,10 @@
{
"name": "unionofrad/li3_docs",
"type": "lithium-library",
"description": "This plugin adds code quality assurance to your Lithium toolbelt.",
"description": "A documentation generator for Lithium projects.",
"keywords": ["docs", "docblock", "lithium", "li3", "documentation", "documented"],
"homepage": "https://github.com/UnionOfRAD/li3_docs",
"license": "MIT License",
"license": "BSD-3-clause",
"authors": [
{
"name": "Nate Abele",
Expand Down Expand Up @@ -40,4 +40,4 @@
"php": ">=5.3",
"composer/installers": "*"
}
}
}

0 comments on commit 7ee950e

Please sign in to comment.