Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Enhancement: Keep packages sorted in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 25, 2019
1 parent be643c0 commit d74cafd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -31,5 +31,8 @@
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit d74cafd

Please sign in to comment.