Skip to content

Commit 48a1159

Browse files
authored
Merge pull request #16 from sirn-se/http-support
Add headers to Http connection.
2 parents ebc6e43 + ead4bd3 commit 48a1159

File tree

5 files changed

+467
-59
lines changed

5 files changed

+467
-59
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ in your projects composer.json.
133133
Changelog
134134
---------
135135

136-
0.2.5
136+
0.2.6
137137

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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"require": {
1919
"php": ">=5.3",
20-
"tivoka/tivoka": "3.4.*"
20+
"tivoka/tivoka": "3.5.*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "4.1.*",
23+
"phpunit/phpunit": "4.8.*",
2424
"satooshi/php-coveralls": "1.0.*"
2525
}
2626
}

0 commit comments

Comments
 (0)