Skip to content

Commit 1f5857c

Browse files
committed
Fix socket-client composer.json
1 parent 75f26ea commit 1f5857c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/SocketClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.3.3",
88
"react/dns": "0.3.*",
99
"react/event-loop": "0.3.*",
10-
"react/promise": "~1.0",
10+
"react/promise": "~1.0"
1111
},
1212
"autoload": {
1313
"psr-0": { "React\\SocketClient": "" }

0 commit comments

Comments
 (0)