Skip to content

Commit

Permalink
Use stable psr/http-client (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Nov 1, 2018
1 parent c463360 commit 8e4ca27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"require": {
"php": "^7.1",
"psr/http-message": "^1.0",
"psr/http-client": "^0.3",
"php-http/httplug": "^1.1 || ^2.0@dev",
"psr/http-client": "^1.0",
"php-http/httplug": "^1.1 || ^2.0",
"symfony/options-resolver": "^3.4 || ^4.0",
"psr/http-factory": "^1.0"
},
Expand Down

0 comments on commit 8e4ca27

Please sign in to comment.