1
0
Fork 0

add readme node to composer.json schema

pull/7260/head
Thomas Flori 2018-04-13 09:09:58 +02:00
parent fa539766b8
commit 58e4326067
No known key found for this signature in database
GPG Key ID: E482A775A87FEAD3
1 changed files with 4 additions and 0 deletions

View File

@ -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."