Skip to content

Commit

Permalink
Merge pull request #181 from greg0ire/patch-1
Browse files Browse the repository at this point in the history
Suggest latest version of the mock client
  • Loading branch information
dbu committed Mar 10, 2017
2 parents 9f571fb + 651f271 commit e86a55a
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 @@ -53,7 +53,7 @@ in the ``require-dev`` section in your library’s ``composer.json``. You could
"php-http/client-implementation": "^1.0"
},
"require-dev": {
"php-http/mock-client": "^0.3"
"php-http/mock-client": "^1.0"
}
}
Expand Down

0 comments on commit e86a55a

Please sign in to comment.