Minor updates
This commit is contained in:
parent
75bb5ac891
commit
ffd29053bd
@ -14,8 +14,9 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
, "support": {
|
, "support": {
|
||||||
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
|
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
|
||||||
, "issues": "https://github.com/cboden/Ratchet/issues"
|
, "issues": "https://github.com/cboden/Ratchet/issues"
|
||||||
|
, "irc": "irc://irc.freenode.org/reactphp"
|
||||||
}
|
}
|
||||||
, "autoload": {
|
, "autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
137
composer.lock
generated
137
composer.lock
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"hash": "4c2eebe4dcb77d26958ef1152642327d",
|
"hash": "fad48a754b78c8c7c67e7ca1448d48ec",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "evenement/evenement",
|
"name": "evenement/evenement",
|
||||||
@ -43,31 +43,37 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/common",
|
"name": "guzzle/common",
|
||||||
"version": "v3.0.5",
|
"version": "v3.0.7",
|
||||||
"target-dir": "Guzzle/Common",
|
"target-dir": "Guzzle/Common",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/common.git",
|
"url": "git://github.com/guzzle/common.git",
|
||||||
"reference": "v3.0.5"
|
"reference": "v3.0.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/common/archive/v3.0.5.zip",
|
"url": "https://github.com/guzzle/common/archive/v3.0.7.zip",
|
||||||
"reference": "v3.0.5",
|
"reference": "v3.0.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"symfony/event-dispatcher": "2.1.*"
|
"symfony/event-dispatcher": ">=2.1"
|
||||||
},
|
},
|
||||||
"time": "2012-11-19 00:15:33",
|
"time": "2012-12-19 23:06:35",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Common": ""
|
"Guzzle\\Common": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -82,33 +88,40 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/http",
|
"name": "guzzle/http",
|
||||||
"version": "v3.0.5",
|
"version": "v3.0.7",
|
||||||
"target-dir": "Guzzle/Http",
|
"target-dir": "Guzzle/Http",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/http.git",
|
"url": "git://github.com/guzzle/http.git",
|
||||||
"reference": "v3.0.5"
|
"reference": "v3.0.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/http/archive/v3.0.5.zip",
|
"url": "https://github.com/guzzle/http/archive/v3.0.7.zip",
|
||||||
"reference": "v3.0.5",
|
"reference": "v3.0.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
|
"ext-curl": "*",
|
||||||
"guzzle/common": "self.version",
|
"guzzle/common": "self.version",
|
||||||
"guzzle/parser": "self.version",
|
"guzzle/parser": "self.version",
|
||||||
"guzzle/stream": "self.version"
|
"guzzle/stream": "self.version"
|
||||||
},
|
},
|
||||||
"time": "2012-11-18 05:28:55",
|
"time": "2012-12-14 00:49:17",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Http": ""
|
"Guzzle\\Http": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -131,30 +144,36 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/parser",
|
"name": "guzzle/parser",
|
||||||
"version": "v3.0.5",
|
"version": "v3.0.7",
|
||||||
"target-dir": "Guzzle/Parser",
|
"target-dir": "Guzzle/Parser",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/guzzle/parser.git",
|
"url": "git://github.com/guzzle/parser.git",
|
||||||
"reference": "v3.0.5"
|
"reference": "v3.0.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/parser/archive/v3.0.5.zip",
|
"url": "https://github.com/guzzle/parser/archive/v3.0.7.zip",
|
||||||
"reference": "v3.0.5",
|
"reference": "v3.0.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2"
|
"php": ">=5.3.2"
|
||||||
},
|
},
|
||||||
"time": "2012-11-19 00:07:13",
|
"time": "2012-12-07 16:45:11",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Parser": ""
|
"Guzzle\\Parser": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -170,31 +189,37 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzle/stream",
|
"name": "guzzle/stream",
|
||||||
"version": "v3.0.5",
|
"version": "v3.0.7",
|
||||||
"target-dir": "Guzzle/Stream",
|
"target-dir": "Guzzle/Stream",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/stream",
|
"url": "https://github.com/guzzle/stream",
|
||||||
"reference": "v3.0.5"
|
"reference": "v3.0.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/guzzle/stream/archive/v3.0.5.zip",
|
"url": "https://github.com/guzzle/stream/archive/v3.0.7.zip",
|
||||||
"reference": "v3.0.5",
|
"reference": "v3.0.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"guzzle/common": "self.version"
|
"guzzle/common": "self.version"
|
||||||
},
|
},
|
||||||
"time": "2012-11-11 23:54:57",
|
"time": "2012-12-07 16:45:11",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "3.0-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Guzzle\\Stream": ""
|
"Guzzle\\Stream": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -215,17 +240,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/event-loop",
|
"name": "react/event-loop",
|
||||||
"version": "v0.2.4",
|
"version": "v0.2.7",
|
||||||
"target-dir": "React/EventLoop",
|
"target-dir": "React/EventLoop",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/event-loop",
|
"url": "https://github.com/reactphp/event-loop",
|
||||||
"reference": "v0.2.4"
|
"reference": "v0.2.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/event-loop/archive/v0.2.4.zip",
|
"url": "https://github.com/reactphp/event-loop/archive/v0.2.7.zip",
|
||||||
"reference": "v0.2.4",
|
"reference": "v0.2.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -235,7 +260,7 @@
|
|||||||
"ext-libevent": ">=0.0.5",
|
"ext-libevent": ">=0.0.5",
|
||||||
"ext-libev": "*"
|
"ext-libev": "*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-12 23:00:05",
|
"time": "2013-01-05 11:41:26",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -248,6 +273,7 @@
|
|||||||
"React\\EventLoop": ""
|
"React\\EventLoop": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -258,17 +284,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/socket",
|
"name": "react/socket",
|
||||||
"version": "v0.2.4",
|
"version": "v0.2.7",
|
||||||
"target-dir": "React/Socket",
|
"target-dir": "React/Socket",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/socket",
|
"url": "https://github.com/reactphp/socket",
|
||||||
"reference": "v0.2.4"
|
"reference": "v0.2.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/socket/archive/v0.2.4.zip",
|
"url": "https://github.com/reactphp/socket/archive/v0.2.7.zip",
|
||||||
"reference": "v0.2.4",
|
"reference": "v0.2.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -277,7 +303,7 @@
|
|||||||
"react/event-loop": "0.2.*",
|
"react/event-loop": "0.2.*",
|
||||||
"react/stream": "0.2.*"
|
"react/stream": "0.2.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-05 13:25:35",
|
"time": "2012-12-14 00:58:14",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -290,6 +316,7 @@
|
|||||||
"React\\Socket": ""
|
"React\\Socket": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -300,17 +327,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "react/stream",
|
"name": "react/stream",
|
||||||
"version": "v0.2.4",
|
"version": "v0.2.7",
|
||||||
"target-dir": "React/Stream",
|
"target-dir": "React/Stream",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/reactphp/stream",
|
"url": "https://github.com/reactphp/stream",
|
||||||
"reference": "v0.2.4"
|
"reference": "v0.2.7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/reactphp/stream/archive/v0.2.4.zip",
|
"url": "https://github.com/reactphp/stream/archive/v0.2.7.zip",
|
||||||
"reference": "v0.2.4",
|
"reference": "v0.2.7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -318,9 +345,10 @@
|
|||||||
"evenement/evenement": "1.0.*"
|
"evenement/evenement": "1.0.*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"react/event-loop": "0.2.*"
|
"react/event-loop": "0.2.*",
|
||||||
|
"react/promise": "1.0.*"
|
||||||
},
|
},
|
||||||
"time": "2012-11-18 00:18:39",
|
"time": "2012-12-14 00:58:14",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -333,6 +361,7 @@
|
|||||||
"React\\Stream": ""
|
"React\\Stream": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -344,17 +373,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
"version": "v2.1.3",
|
"version": "v2.1.6",
|
||||||
"target-dir": "Symfony/Component/EventDispatcher",
|
"target-dir": "Symfony/Component/EventDispatcher",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/EventDispatcher",
|
"url": "https://github.com/symfony/EventDispatcher",
|
||||||
"reference": "v2.1.3"
|
"reference": "v2.1.6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/EventDispatcher/zipball/v2.1.3",
|
"url": "https://github.com/symfony/EventDispatcher/archive/v2.1.6.zip",
|
||||||
"reference": "v2.1.3",
|
"reference": "v2.1.6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -367,19 +396,15 @@
|
|||||||
"symfony/dependency-injection": "2.1.*",
|
"symfony/dependency-injection": "2.1.*",
|
||||||
"symfony/http-kernel": "2.1.*"
|
"symfony/http-kernel": "2.1.*"
|
||||||
},
|
},
|
||||||
"time": "2012-10-04 08:17:57",
|
"time": "2012-12-06 10:00:55",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"Symfony\\Component\\EventDispatcher": ""
|
"Symfony\\Component\\EventDispatcher": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -398,29 +423,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-foundation",
|
"name": "symfony/http-foundation",
|
||||||
"version": "v2.1.3",
|
"version": "v2.1.6",
|
||||||
"target-dir": "Symfony/Component/HttpFoundation",
|
"target-dir": "Symfony/Component/HttpFoundation",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/HttpFoundation",
|
"url": "https://github.com/symfony/HttpFoundation",
|
||||||
"reference": "v2.1.3"
|
"reference": "v2.1.6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.3",
|
"url": "https://github.com/symfony/HttpFoundation/archive/v2.1.6.zip",
|
||||||
"reference": "v2.1.3",
|
"reference": "v2.1.6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
"time": "2012-10-20 00:10:30",
|
"time": "2012-12-14 21:03:29",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.1-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
@ -428,6 +448,7 @@
|
|||||||
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Ratchet\WebSocket\Version\RFC6455;
|
namespace Ratchet\WebSocket\Version\RFC6455;
|
||||||
use Ratchet\ConnectionInterface;
|
|
||||||
use Ratchet\AbstractConnectionDecorator;
|
use Ratchet\AbstractConnectionDecorator;
|
||||||
use Ratchet\WebSocket\Version\DataInterface;
|
use Ratchet\WebSocket\Version\DataInterface;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user