Skip to content

Commit 3ea6da7

Browse files
committed
Fix some constraints to not use 0.2.*
1 parent e4920f8 commit 3ea6da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.3.2",
8-
"react/socket": "dev-master"
8+
"react/socket": "0.2.*"
99
},
1010
"autoload": {
1111
"psr-0": { "React\\Dns": "" }

0 commit comments

Comments
 (0)