Tagging
This commit is contained in:
parent
cfd05b0557
commit
36212f9947
@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
|
||||
##WebSocket Compliance
|
||||
|
||||
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
||||
* Tested on Chrome 18 - 16, Firefox 6 - 9, Safari 5, iOS 4.2, iOS 5
|
||||
* Tested on Chrome 18 - 16, Firefox 6 - 12, Safari 5, iOS 4.2, iOS 5
|
||||
|
||||
##Requirements
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"]
|
||||
, "website": "http://socketo.me"
|
||||
, "repository": "https://github.com/cboden/Ratchet"
|
||||
, "version": "0.1.1"
|
||||
, "license": "MIT"
|
||||
, "authors": [
|
||||
{
|
||||
@ -17,7 +18,6 @@
|
||||
"psr-0": {
|
||||
"Ratchet\\Tests": "tests"
|
||||
, "Ratchet": "src"
|
||||
, "React": "vendor/cboden/react/src"
|
||||
}
|
||||
}
|
||||
, "require": {
|
||||
|
8
composer.lock
generated
8
composer.lock
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"hash": "6651c947d3ce090d73c14dfff3877944",
|
||||
"hash": "98d06d4d9572c1ec0076a166377adc17",
|
||||
"packages": [
|
||||
{
|
||||
"package": "evenement/evenement",
|
||||
@ -48,5 +48,9 @@
|
||||
"packages-dev": null,
|
||||
"aliases": [
|
||||
|
||||
]
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"react/socket": 20
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user