Update composer-schema.json add reference and relative to repository type path
parent
0e7d519958
commit
22d7ac5133
|
@ -969,9 +969,11 @@
|
|||
"options": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"symlink": { "type": ["boolean", "null"] }
|
||||
"reference": { "type": ["string"], "enum": ["none", "config", "auto"] },
|
||||
"symlink": { "type": ["boolean", "null"] },
|
||||
"relative": { "type": ["boolean"] }
|
||||
},
|
||||
"additionalProperties": true
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue