From 6d3fc3c3b335a7b8fe88e49934d18bbf38ad8a3c Mon Sep 17 00:00:00 2001 From: Anderson Grudtner Martins Date: Thu, 8 Oct 2020 13:59:48 -0300 Subject: [PATCH] Add the description in the composer.json file ./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 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0d983143..c85c187a 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "publishpress/publishpress-authors", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", + "description": "", "authors": [ { "name": "PublishPress",