We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db822c commit 4543d89Copy full SHA for 4543d89
1 file changed
CHANGELOG.md
@@ -8,6 +8,7 @@ you spot any mistakes.
8
9
* BC break: Simplify constructors my making parameters optional.
10
([#10](https://github.com/clue/php-socks-react/pull/10))
11
+
12
The `Factory` has been removed, you can now create instances of the `Client`
13
and `Server` yourself:
14
@@ -24,6 +25,7 @@ you spot any mistakes.
24
25
26
* BC break: Remove HTTP support and link to [clue/buzz-react](https://github.com/clue/php-buzz-react) instead.
27
([#9](https://github.com/clue/php-socks-react/pull/9))
28
29
HTTP operates on a different layer than this low-level SOCKS library.
30
Removing this reduces the footprint of this library.
31
0 commit comments