Skip to content

Commit 651f271

Browse files
authored
Suggest latest version of the mock client
The mock client stable first stable version has been released, and should be used because otherwise tests would be run with old versions of the php-http libraries.
1 parent 9f571fb commit 651f271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplug/library-developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in the ``require-dev`` section in your library’s ``composer.json``. You could
5353
"php-http/client-implementation": "^1.0"
5454
},
5555
"require-dev": {
56-
"php-http/mock-client": "^0.3"
56+
"php-http/mock-client": "^1.0"
5757
}
5858
}
5959

0 commit comments

Comments
 (0)