add readme node to composer.json schema

main
Thomas Flori 6 years ago
parent fa539766b8
commit 58e4326067
No known key found for this signature in database
GPG Key ID: E482A775A87FEAD3

@ -33,6 +33,10 @@
"description": "Homepage URL for the project.",
"format": "uri"
},
"readme": {
"type": "string",
"description": "Relative path to the readme document."
},
"version": {
"type": "string",
"description": "Package version, see https://getcomposer.org/doc/04-schema.md#version for more info on valid schemes."

Loading…
Cancel
Save