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
|
##WebSocket Compliance
|
||||||
|
|
||||||
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
* 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
|
##Requirements
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"]
|
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"]
|
||||||
, "website": "http://socketo.me"
|
, "website": "http://socketo.me"
|
||||||
, "repository": "https://github.com/cboden/Ratchet"
|
, "repository": "https://github.com/cboden/Ratchet"
|
||||||
|
, "version": "0.1.1"
|
||||||
, "license": "MIT"
|
, "license": "MIT"
|
||||||
, "authors": [
|
, "authors": [
|
||||||
{
|
{
|
||||||
@ -17,7 +18,6 @@
|
|||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Ratchet\\Tests": "tests"
|
"Ratchet\\Tests": "tests"
|
||||||
, "Ratchet": "src"
|
, "Ratchet": "src"
|
||||||
, "React": "vendor/cboden/react/src"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
, "require": {
|
, "require": {
|
||||||
|
8
composer.lock
generated
8
composer.lock
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"hash": "6651c947d3ce090d73c14dfff3877944",
|
"hash": "98d06d4d9572c1ec0076a166377adc17",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"package": "evenement/evenement",
|
"package": "evenement/evenement",
|
||||||
@ -48,5 +48,9 @@
|
|||||||
"packages-dev": null,
|
"packages-dev": null,
|
||||||
"aliases": [
|
"aliases": [
|
||||||
|
|
||||||
]
|
],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"stability-flags": {
|
||||||
|
"react/socket": 20
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user