Skip to content

Commit 13abce3

Browse files
author
iyel
committedJun 11, 2014
Fixed composer manifest to refer to 0.4.* of react
1 parent 911de5a commit 13abce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"require": {
1717
"zendframework/zend-log": "2.*",
18-
"react/socket": "0.3.*",
19-
"react/socket-client": "0.3.*",
18+
"react/socket": "0.4.*",
19+
"react/socket-client": "0.4.*",
2020
"zendframework/zend-http": "2.*"
2121
}
2222
}

0 commit comments

Comments
 (0)