Merge pull request #6947 from localheinz/fix/sort-packages
Fix: Add 'sort-packages' to composer-schema.jsonpull/6955/head
commit
6717cf1956
|
@ -278,6 +278,10 @@
|
||||||
"htaccess-protect": {
|
"htaccess-protect": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Defaults to true. If set to false, Composer will not create .htaccess files in the composer home, cache, and data directories."
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue