Merge pull request #233 from localheinz/feature/sort-packages

Enhancement: Keep packages sorted in composer.json
This commit is contained in:
Ben Ramsey
2018-07-19 15:26:30 -05:00
committed by GitHub
+10 -7
View File
@@ -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",
@@ -72,5 +72,8 @@
"@phpunit",
"@phpcs"
]
},
"config": {
"sort-packages": true
}
}