Skip to content

Commit

Permalink
Merge pull request #35 from cybercog/sort-composer-packages
Browse files Browse the repository at this point in the history
Sort packages in composer.json
  • Loading branch information
BenMorel committed Oct 24, 2020
2 parents 80207bd + 78b76f9 commit 807bf4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0"
},
"require-dev": {
"ext-dom": "*",
"ext-pdo": "*",
"brick/varexporter": "~0.2.1",
"phpunit/phpunit": "^7.5.15",
"php-coveralls/php-coveralls": "^2.2",
"ext-pdo": "*",
"ext-dom": "*"
"phpunit/phpunit": "^7.5.15"
},
"suggest": {
"ext-intl": "Required to format Money objects"
Expand All @@ -31,5 +31,8 @@
"psr-4": {
"Brick\\Money\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 807bf4f

Please sign in to comment.