From 7ee950e566f9ade80ae63293538367cf004787ed Mon Sep 17 00:00:00 2001 From: David Persson Date: Mon, 30 Jun 2014 15:02:35 +0200 Subject: [PATCH] Fixing description and license in composer.json. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 126cd59..3d40b76 100644 --- a/composer.json +++ b/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", @@ -40,4 +40,4 @@ "php": ">=5.3", "composer/installers": "*" } -} \ No newline at end of file +}