Commit 3fb304d2 authored by Andreas Möller's avatar Andreas Möller Committed by Markus Kalkbrenner

Enhancement: Keep packages sorted (#563)

parent 94091a5c
...@@ -16,15 +16,18 @@ ...@@ -16,15 +16,18 @@
"symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0" "symfony/event-dispatcher": "^2.7 || ^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"guzzlehttp/guzzle": "^3.8 || ^6.2",
"phpunit/phpunit": "^6.5", "phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^1.4",
"zendframework/zendframework1": "^1.12",
"satooshi/php-coveralls": "^1.0", "satooshi/php-coveralls": "^1.0",
"guzzlehttp/guzzle": "^3.8 || ^6.2" "squizlabs/php_codesniffer": "^1.4",
"zendframework/zendframework1": "^1.12"
}, },
"suggest": { "suggest": {
"minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling" "minimalcode/search": "Query builder compatible with Solarium, allows simplified solr-query handling"
}, },
"config": {
"sort-packages": true
},
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "4.0.x-dev" "dev-develop": "4.0.x-dev"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment