Skip to content

Commit

Permalink
Add the description in the composer.json file
Browse files Browse the repository at this point in the history
./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
  • Loading branch information
andergmartins committed Oct 8, 2020
1 parent 086e5ff commit 6d3fc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "publishpress/publishpress-authors",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"description": "",
"authors": [
{
"name": "PublishPress",
Expand Down

0 comments on commit 6d3fc3c

Please sign in to comment.