From 607a0d60d9a31100b4383dcb2442584bc23363da Mon Sep 17 00:00:00 2001 From: Willem Stuursma Date: Tue, 22 Dec 2015 13:52:16 +0100 Subject: [PATCH] Add mandatory description element to composer.json composer validate gives the following warning: ```` phpdocumentor/reflection-docblock is valid for simple usage with composer but has strict errors that make it unable to be published as a package: description : The property description is required ```` --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2c4df98..f6cc68c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "phpdocumentor/reflection-docblock", + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "type": "library", "license": "MIT", "authors": [