1
0
Fork 0

Update composer-schema.json add reference and relative to repository type path

pull/12321/head
Matthias Vogel 2025-02-19 16:40:05 +01:00 committed by GitHub
parent 0e7d519958
commit 22d7ac5133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -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
}
}
},