Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 30, 2019
1 parent 574ed3f commit 71039f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": ">=7",
"ext-json": "*",
"php-http/httplug": "^1.1",
"php-http/httplug": "^1.1||^2",
"php-http/discovery": "^1.4",
"php-http/client-common": "^1.7",
"php-http/client-common": "^1.7||^2",
"symfony/dotenv": "^4.0"
},
"require-dev": {
Expand All @@ -35,7 +35,7 @@
"leanphp/phpspec-code-coverage": "^4",
"maglnet/composer-require-checker": "^1.1",
"monolog/monolog": "^1.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/guzzle6-adapter": "^1.1||^2",
"phpmd/phpmd": "^2.6",
"phpro/grumphp": "^0.14.0",
"phpspec/phpspec": "^4",
Expand Down

0 comments on commit 71039f6

Please sign in to comment.