Skip to content

Commit

Permalink
Merge pull request #16 from sirn-se/http-support
Browse files Browse the repository at this point in the history
Add headers to Http connection.
  • Loading branch information
sirn-se authored Jul 12, 2016
2 parents ebc6e43 + ead4bd3 commit 48a1159
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 59 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ in your projects composer.json.
Changelog
---------

0.2.5
0.2.6

* Adding support for http(s) connections (wss as default)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"require": {
"php": ">=5.3",
"tivoka/tivoka": "3.4.*"
"tivoka/tivoka": "3.5.*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": "1.0.*"
}
}
Loading

0 comments on commit 48a1159

Please sign in to comment.