1
0
Fork 0

Merge pull request #6947 from localheinz/fix/sort-packages

Fix: Add 'sort-packages' to composer-schema.json
pull/6955/head
Jordi Boggiano 2017-12-29 15:26:17 +01:00 committed by GitHub
commit 6717cf1956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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."
} }
} }
}, },