Skip to content

Commit e86a55a

Browse files
authored
Merge pull request #181 from greg0ire/patch-1
Suggest latest version of the mock client
2 parents 9f571fb + 651f271 commit e86a55a

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)