Private
Public Access
1
0

created working session and client handler w/ websocket

This commit is contained in:
2016-10-19 13:27:55 +02:00
parent fbfbe5a13b
commit 28f42db14a
10 changed files with 300 additions and 62 deletions

137
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "c2ead293f3b494da909a8b7dceff7c40",
"content-hash": "267bd32d13cbb40c3078bde5258afa5b",
"hash": "7c1e046373c318178e58c9617d9c6931",
"content-hash": "b09b605e8d336a4e0bf774ce6f486957",
"packages": [
{
"name": "doctrine/annotations",
@@ -961,12 +961,12 @@
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
"reference": "9c64d6fa7ae264828b2ec98aca847840b200bd56"
"reference": "4393a98891a03fb7628c546aee4e5ced699c83de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/9c64d6fa7ae264828b2ec98aca847840b200bd56",
"reference": "9c64d6fa7ae264828b2ec98aca847840b200bd56",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/4393a98891a03fb7628c546aee4e5ced699c83de",
"reference": "4393a98891a03fb7628c546aee4e5ced699c83de",
"shasum": ""
},
"require": {
@@ -1030,7 +1030,7 @@
"keywords": [
"User management"
],
"time": "2016-10-14 20:44:45"
"time": "2016-10-17 07:51:36"
},
{
"name": "gos/pnctl-event-loop-emitter",
@@ -1929,16 +1929,16 @@
},
{
"name": "paragonie/random_compat",
"version": "v2.0.2",
"version": "v2.0.3",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
"reference": "c0125896dbb151380ab47e96c621741e79623beb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
"reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c0125896dbb151380ab47e96c621741e79623beb",
"reference": "c0125896dbb151380ab47e96c621741e79623beb",
"shasum": ""
},
"require": {
@@ -1973,7 +1973,57 @@
"pseudorandom",
"random"
],
"time": "2016-04-03 06:00:07"
"time": "2016-10-17 15:23:22"
},
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"time": "2016-06-16 16:22:20"
},
{
"name": "psr/cache",
@@ -2355,6 +2405,71 @@
"description": "A security checker for your composer.lock",
"time": "2016-09-23 18:09:57"
},
{
"name": "snc/redis-bundle",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/snc/SncRedisBundle.git",
"reference": "b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb",
"reference": "b8aa1a966b32c4fba6b7dac4532d5eeb1d890afb",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "^2.7 || ^3.0",
"symfony/yaml": "^2.7 || ^3.0"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "4.8.*",
"predis/predis": "^1.0",
"symfony/console": "^2.7 || ^3.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0"
},
"suggest": {
"monolog/monolog": "If you want to use the monolog redis handler.",
"predis/predis": "If you want to use predis.",
"symfony/console": "If you want to use commands to interact with the redis database"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Snc\\RedisBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Henrik Westphal",
"email": "henrik.westphal@gmail.com"
},
{
"name": "Community contributors",
"homepage": "https://github.com/snc/SncRedisBundle/contributors"
}
],
"description": "A Redis bundle for Symfony",
"homepage": "https://github.com/snc/SncRedisBundle",
"keywords": [
"nosql",
"redis",
"symfony"
],
"time": "2016-06-17 11:50:26"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.3",