Skip to content

Commit

Permalink
Enhancement: Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ergebnis-bot committed Dec 5, 2021
1 parent f30cd9e commit 827f5f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resource/schema.json
Expand Up @@ -353,6 +353,13 @@
"type": "boolean",
"description": "If true, the Composer autoloader will also look for classes in the PHP include path."
},
"use-parent-dir": {
"type": [
"string",
"boolean"
],
"description": "When running Composer in a directory where there is no composer.json, if there is one present in a directory above Composer will by default ask you whether you want to use that directory's composer.json instead. One of: true (always use parent if needed), false (never ask or use it) or \"prompt\" (ask every time), defaults to prompt."
},
"preferred-install": {
"type": [
"string",
Expand Down

0 comments on commit 827f5f9

Please sign in to comment.