Skip to content

Commit

Permalink
#57 Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
linslin committed Mar 29, 2017
1 parent e417de6 commit 98e9430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ var_dump($curl->responseHeaders);

Changelog
------------
##### Release 1.1.1 - Changelog
- Fixed https://github.com/linslin/Yii2-Curl/issues/57

##### Release 1.1.1 - Changelog
- Fixed wrong parameter parsing into `_httpRequest()` (thanks to yemexx1)
- Added JSON decode functions tests (thanks to yemexx1)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3",
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"mcustiel/phiremock-codeception-extension": "*"
"mcustiel/phiremock-codeception-extension": "1.2.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 98e9430

Please sign in to comment.