Skip to content

Commit

Permalink
Add headers to http connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sören committed Jul 11, 2016
1 parent 7ff53df commit 9b3fd39
Show file tree
Hide file tree
Showing 4 changed files with 435 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 9b3fd39

Please sign in to comment.