1
0
Fork 0

Merge pull request #7260 from tflori/schema-readme-patch

add readme node to composer.json schema
pull/7286/head
Jordi Boggiano 2018-04-13 11:04:29 +02:00 committed by GitHub
commit e4ee187da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."