mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-04-21 16:01:56 +02:00
Merge pull request #1551 from localheinz/feature/sort-packages
Enhancement: Keep packages sorted in composer.json
This commit is contained in:
commit
ba7512dc0f
@ -13,9 +13,9 @@
|
||||
"php": "^5.3.3 || ^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-intl": "*",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
||||
"squizlabs/php_codesniffer": "^2.9.2",
|
||||
"ext-intl": "*"
|
||||
"squizlabs/php_codesniffer": "^2.9.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -31,5 +31,8 @@
|
||||
"branch-alias": {
|
||||
"dev-master": "1.9-dev"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user