Skip to content

Commit

Permalink
Sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Sep 6, 2017
1 parent 6301cc0 commit 780b8af
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"moneyphp/money": "^3.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~6.0",
"graham-campbell/testbench": "~4.0",
"phpro/grumphp": "~0.12",
"sebastian/phpcpd": "~3.0",
"squizlabs/php_codesniffer": "~3.0",
"jakub-onderka/php-parallel-lint": "~0.9",
"phpmd/phpmd": "~2.6",
"povils/phpmnd": "~1.1",
"mockery/mockery": "~0.9",
"nikic/php-parser": "~3.1",
"phpmd/phpmd": "~2.6",
"phpro/grumphp": "~0.12",
"phpstan/phpstan": "~0.8",
"sensiolabs/security-checker": "~4.1"
"phpunit/phpunit": "~6.0",
"povils/phpmnd": "~1.1",
"sebastian/phpcpd": "~3.0",
"sensiolabs/security-checker": "~4.1",
"squizlabs/php_codesniffer": "~3.0"
},
"autoload": {
"files": [
Expand All @@ -57,6 +57,9 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"scripts": {
"test": [
"grumphp run"
Expand Down

0 comments on commit 780b8af

Please sign in to comment.