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 66c393a commit 76b2745Copy full SHA for 76b2745
1 file changed
composer.json
@@ -1,14 +1,14 @@
1
{
2
"name": "clue/socks",
3
"type": "library",
4
- "homepage": "http://github.com/clue/Socks",
+ "homepage": "http://github.com/clue/socks",
5
"license": "MIT",
6
"autoload": {
7
"psr-0": {"Socks": ""}
8
},
9
"require": {
10
- "react/http-client": "dev-master",
11
- "react/event-loop": "dev-master",
12
- "clue/connection-manager": "dev-master"
+ "react/http-client": "0.2.*",
+ "react/event-loop": "0.2.*",
+ "clue/connection-manager": "0.1.*"
13
}
14
0 commit comments