Skip to content

Commit 16f1192

Browse files
jrfnlgrogy
authored andcommitted
Composer: add description
When running `composer validate`, a warning was shown: ``` ./composer.json is valid for simple usage with composer but has strict errors that make it unable to be published as a package: See https://getcomposer.org/doc/04-schema.md for details on the schema description : The property description is required ``` Adding a description fixes this.
1 parent 3c85f7c commit 16f1192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "php-parallel-lint/php-console-color",
3+
"description": "Simple library for creating colored console ouput.",
34
"license": "BSD-2-Clause",
45
"authors": [
56
{

0 commit comments

Comments
 (0)