Skip to content

Commit

Permalink
Merge pull request #233 from localheinz/feature/sort-packages
Browse files Browse the repository at this point in the history
Enhancement: Keep packages sorted in composer.json
  • Loading branch information
ramsey committed Jul 19, 2018
2 parents 6616ec0 + cff5e11 commit af6dcf6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Expand Up @@ -30,16 +30,16 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"moontoast/math": "^1.1",
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
"ircmaxell/random-lib": "^1.1",
"phpunit/phpunit": "^4.7|^5.0|^6.5",
"squizlabs/php_codesniffer": "^2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"mockery/mockery": "^0.9.9",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
"doctrine/annotations": "~1.2.0",
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"php-mock/php-mock-phpunit": "^0.3|^1.1"
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
"phpunit/phpunit": "^4.7|^5.0|^6.5",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
Expand Down Expand Up @@ -72,5 +72,8 @@
"@phpunit",
"@phpcs"
]
},
"config": {
"sort-packages": true
}
}

0 comments on commit af6dcf6

Please sign in to comment.