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

Commit c946990

Browse files
authored
Sort dependencies in composer.json
1 parent 5001cfa commit c946990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"php": ">=5.6.4",
2020
"friendsofphp/php-cs-fixer": "^2.0.0",
2121
"henrikbjorn/phpspec-code-coverage": "^3.0",
22+
"karriere/phpspec-matchers": "^1.0",
2223
"phpmd/phpmd": "^2.4",
2324
"phpspec/phpspec": "^3.2",
2425
"squizlabs/php_codesniffer": "^3.0.0RC2",
2526
"symfony/process": "^3.2",
26-
"symfony/console": "^3.2",
27-
"karriere/phpspec-matchers": "^1.0"
27+
"symfony/console": "^3.2"
2828
},
2929
"require-dev": {
3030
"composer/composer": "^1.3.1"

0 commit comments

Comments
 (0)