1
0
Fork 0

Fix: Add 'sort-packages' to composer-schema.json

pull/6947/head
Andreas Möller 2017-12-28 21:05:21 +01:00
parent 57b3e24514
commit d034f1e23f
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
1 changed files with 4 additions and 0 deletions

View File

@ -278,6 +278,10 @@
"htaccess-protect": {
"type": "boolean",
"description": "Defaults to true. If set to false, Composer will not create .htaccess files in the composer home, cache, and data directories."
},
"sort-packages": {
"type": "boolean",
"description": "Defaults to false. If set to true, Composer will sort packages when adding/updating a new dependency."
}
}
},