Skip to content

Commit

Permalink
Merge pull request #294 from reyostallenberg/patch-3
Browse files Browse the repository at this point in the history
Correct php-http/httplug version
  • Loading branch information
dbu committed Jan 6, 2022
2 parents 6c0449d + 18784ad commit 0412c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplug/library-developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Putting it all together your final ``composer.json`` is much likely to look simi
"require": {
"psr/http-message": "^1.0",
"psr/http-client-implementation": "^1.0",
"php-http/httplug": "^1.0",
"php-http/httplug": "^2.0",
"php-http/message-factory": "^1.0",
"php-http/discovery": "^1.0"
},
Expand Down

0 comments on commit 0412c6a

Please sign in to comment.