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
````
This commit is contained in:
Willem Stuursma
2015-12-22 13:52:16 +01:00
parent 82f9aba5a5
commit 607a0d60d9
+1
View File
@@ -1,5 +1,6 @@
{ {
"name": "phpdocumentor/reflection-docblock", "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", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [