Skip to content

Commit

Permalink
re-order dependencies in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed May 5, 2019
1 parent 4cbc928 commit b0a2af9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"name": "Rob Allen",
"email": "[email protected]",
"homepage": "http://akrabat.com"
},
{
"name": "Pierre Berube",
"email": "[email protected]",
"homepage": "http://www.lgse.com"
}
],
"require": {
Expand All @@ -32,11 +37,11 @@
},
"require-dev": {
"nyholm/psr7": "^1.0",
"phpunit/phpunit": "^7.0",
"phpstan/phpstan": "^0.10.3",
"phpunit/phpunit": "^7.0",
"php-http/psr7-integration-tests": "dev-master",
"squizlabs/php_codesniffer": "^3.3.2",
"zendframework/zend-diactoros": "^2.0",
"php-http/psr7-integration-tests": "dev-master"
"zendframework/zend-diactoros": "^2.0"
},
"provide": {
"psr/http-factory": "^1.0"
Expand Down

0 comments on commit b0a2af9

Please sign in to comment.