Skip to content

Commit

Permalink
Merge branch '2.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 1, 2022
2 parents 8e93566 + cbda476 commit 17de5f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions res/composer-schema.json
Expand Up @@ -498,6 +498,24 @@
"type": "string"
}
},
"bitbucket-oauth": {
"type": "object",
"description": "An object of domain name => {\"consumer-key\": \"...\", \"consumer-secret\": \"...\"}.",
"additionalProperties": {
"type": "object",
"required": ["consumer-key", "consumer-secret"],
"properties": {
"consumer-key": {
"type": "string",
"description": "The consumer-key used for OAuth authentication"
},
"consumer-secret": {
"type": "string",
"description": "The consumer-secret used for OAuth authentication"
}
}
}
},
"use-github-api": {
"type": "boolean",
"description": "Defaults to true. If set to false, globally disables the use of the GitHub API for all GitHub repositories and clones the repository as it would for any other repository."
Expand Down

0 comments on commit 17de5f7

Please sign in to comment.