1
0
Fork 0

Add new config option to json schema

pull/2341/head
Jordi Boggiano 2013-10-16 18:35:44 +02:00
parent 5e160c0f9e
commit 34dd0e2850
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@
"discard-changes": { "discard-changes": {
"type": ["string", "boolean"], "type": ["string", "boolean"],
"description": "The default style of handling dirty updates, defaults to false and can be any of true, false or \"stash\"." "description": "The default style of handling dirty updates, defaults to false and can be any of true, false or \"stash\"."
},
"prepend-autoloader": {
"type": "boolean",
"description": "If false, the composer autoloader will not be prepended to existing autoloaders, defaults to true."
} }
} }
}, },