You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
635 lines
21 KiB
635 lines
21 KiB
{ |
|
"_readme": [ |
|
"This file locks the dependencies of your project to a known state", |
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
"This file is @generated automatically" |
|
], |
|
"hash": "3819a3036ff4f6272923187bbd11493c", |
|
"content-hash": "e025cf527a044c46df401166e08d6660", |
|
"packages": [ |
|
{ |
|
"name": "cboden/ratchet", |
|
"version": "0.4.x-dev", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/ratchetphp/Ratchet.git", |
|
"reference": "a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14", |
|
"reference": "a78c8d2ddff78aef1d05cbf08e8bdcf8c21e1b14", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"guzzlehttp/psr7": "^1.0", |
|
"php": ">=5.4.2", |
|
"ratchet/rfc6455": "^0.2", |
|
"react/socket": "^0.3 || ^0.4", |
|
"symfony/http-foundation": "^2.2|^3.0", |
|
"symfony/routing": "^2.2|^3.0" |
|
}, |
|
"suggest": { |
|
"ext-pecl_http": "^2.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Ratchet\\": "src/Ratchet" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Chris Boden", |
|
"email": "cboden@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "PHP WebSocket library", |
|
"homepage": "http://socketo.me", |
|
"keywords": [ |
|
"Ratchet", |
|
"WebSockets", |
|
"server", |
|
"sockets", |
|
"websocket" |
|
], |
|
"time": "2016-06-06 13:13:02" |
|
}, |
|
{ |
|
"name": "evenement/evenement", |
|
"version": "v2.0.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/igorw/evenement.git", |
|
"reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", |
|
"reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "2.0-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-0": { |
|
"Evenement": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Igor Wiedler", |
|
"email": "igor@wiedler.ch", |
|
"homepage": "http://wiedler.ch/igor/" |
|
} |
|
], |
|
"description": "Événement is a very simple event dispatching library for PHP", |
|
"keywords": [ |
|
"event-dispatcher", |
|
"event-emitter" |
|
], |
|
"time": "2012-11-02 14:49:47" |
|
}, |
|
{ |
|
"name": "guzzlehttp/psr7", |
|
"version": "1.3.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/guzzle/psr7.git", |
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
|
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0", |
|
"psr/http-message": "~1.0" |
|
}, |
|
"provide": { |
|
"psr/http-message-implementation": "1.0" |
|
}, |
|
"require-dev": { |
|
"phpunit/phpunit": "~4.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.4-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"GuzzleHttp\\Psr7\\": "src/" |
|
}, |
|
"files": [ |
|
"src/functions_include.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Michael Dowling", |
|
"email": "mtdowling@gmail.com", |
|
"homepage": "https://github.com/mtdowling" |
|
} |
|
], |
|
"description": "PSR-7 message implementation", |
|
"keywords": [ |
|
"http", |
|
"message", |
|
"stream", |
|
"uri" |
|
], |
|
"time": "2016-06-24 23:00:38" |
|
}, |
|
{ |
|
"name": "psr/http-message", |
|
"version": "1.0.1", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/php-fig/http-message.git", |
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.0.x-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Psr\\Http\\Message\\": "src/" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "PHP-FIG", |
|
"homepage": "http://www.php-fig.org/" |
|
} |
|
], |
|
"description": "Common interface for HTTP messages", |
|
"homepage": "https://github.com/php-fig/http-message", |
|
"keywords": [ |
|
"http", |
|
"http-message", |
|
"psr", |
|
"psr-7", |
|
"request", |
|
"response" |
|
], |
|
"time": "2016-08-06 14:39:51" |
|
}, |
|
{ |
|
"name": "ratchet/rfc6455", |
|
"version": "v0.2.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/ratchetphp/RFC6455.git", |
|
"reference": "56aecde679d72d7b1087bbe1d6f7d96e123d396a" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/56aecde679d72d7b1087bbe1d6f7d96e123d396a", |
|
"reference": "56aecde679d72d7b1087bbe1d6f7d96e123d396a", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"guzzlehttp/psr7": "^1.0", |
|
"php": ">=5.4.2" |
|
}, |
|
"require-dev": { |
|
"react/http": "^0.4.1", |
|
"react/socket-client": "^0.4.3" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"Ratchet\\RFC6455\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Chris Boden", |
|
"email": "cboden@gmail.com", |
|
"role": "Developer" |
|
} |
|
], |
|
"description": "RFC6455 WebSocket protocol handler", |
|
"homepage": "http://socketo.me", |
|
"keywords": [ |
|
"WebSockets", |
|
"rfc6455", |
|
"websocket" |
|
], |
|
"time": "2017-01-01 15:41:18" |
|
}, |
|
{ |
|
"name": "react/event-loop", |
|
"version": "v0.4.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/event-loop.git", |
|
"reference": "164799f73175e1c80bba92a220ea35df6ca371dd" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd", |
|
"reference": "164799f73175e1c80bba92a220ea35df6ca371dd", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"suggest": { |
|
"ext-event": "~1.0", |
|
"ext-libev": "*", |
|
"ext-libevent": ">=0.1.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "0.5-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"React\\EventLoop\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Event loop abstraction layer that libraries can use for evented I/O.", |
|
"keywords": [ |
|
"asynchronous", |
|
"event-loop" |
|
], |
|
"time": "2016-03-08 02:09:32" |
|
}, |
|
{ |
|
"name": "react/promise", |
|
"version": "v2.5.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/promise.git", |
|
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db", |
|
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.4.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Promise\\": "src/" |
|
}, |
|
"files": [ |
|
"src/functions_include.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Jan Sorgalla", |
|
"email": "jsorgalla@gmail.com" |
|
} |
|
], |
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP", |
|
"keywords": [ |
|
"promise", |
|
"promises" |
|
], |
|
"time": "2016-12-22 14:09:01" |
|
}, |
|
{ |
|
"name": "react/socket", |
|
"version": "v0.4.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/socket.git", |
|
"reference": "32385d71f84c4a26ea577cb91f1220decb440dce" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/32385d71f84c4a26ea577cb91f1220decb440dce", |
|
"reference": "32385d71f84c4a26ea577cb91f1220decb440dce", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"evenement/evenement": "~2.0|~1.0", |
|
"php": ">=5.3.0", |
|
"react/event-loop": "0.4.*|0.3.*", |
|
"react/promise": "^2.0 || ^1.1", |
|
"react/stream": "^0.4.5" |
|
}, |
|
"require-dev": { |
|
"clue/block-react": "^1.1", |
|
"react/socket-client": "^0.5.1" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Socket\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP", |
|
"keywords": [ |
|
"Socket" |
|
], |
|
"time": "2017-01-08 11:36:16" |
|
}, |
|
{ |
|
"name": "react/stream", |
|
"version": "v0.4.5", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/reactphp/stream.git", |
|
"reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/23389503012e1ab721ad498a5a1f4b39f7a43c00", |
|
"reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"evenement/evenement": "^2.0|^1.0", |
|
"php": ">=5.3.8" |
|
}, |
|
"require-dev": { |
|
"clue/stream-filter": "~1.2", |
|
"react/event-loop": "^0.4|^0.3", |
|
"react/promise": "^2.0|^1.0" |
|
}, |
|
"suggest": { |
|
"react/event-loop": "^0.4", |
|
"react/promise": "^2.0" |
|
}, |
|
"type": "library", |
|
"autoload": { |
|
"psr-4": { |
|
"React\\Stream\\": "src" |
|
} |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"description": "Basic readable and writable stream interfaces that support piping.", |
|
"keywords": [ |
|
"pipe", |
|
"stream" |
|
], |
|
"time": "2016-11-13 17:06:02" |
|
}, |
|
{ |
|
"name": "symfony/http-foundation", |
|
"version": "v3.2.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/http-foundation.git", |
|
"reference": "33eb76bf1d833c705433e5361a646c164696394b" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/33eb76bf1d833c705433e5361a646c164696394b", |
|
"reference": "33eb76bf1d833c705433e5361a646c164696394b", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.5.9", |
|
"symfony/polyfill-mbstring": "~1.1" |
|
}, |
|
"require-dev": { |
|
"symfony/expression-language": "~2.8|~3.0" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\HttpFoundation\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony HttpFoundation Component", |
|
"homepage": "https://symfony.com", |
|
"time": "2017-01-08 20:47:33" |
|
}, |
|
{ |
|
"name": "symfony/polyfill-mbstring", |
|
"version": "v1.3.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
|
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.3.3" |
|
}, |
|
"suggest": { |
|
"ext-mbstring": "For best performance" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "1.3-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Polyfill\\Mbstring\\": "" |
|
}, |
|
"files": [ |
|
"bootstrap.php" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Nicolas Grekas", |
|
"email": "p@tchwork.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony polyfill for the Mbstring extension", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"compatibility", |
|
"mbstring", |
|
"polyfill", |
|
"portable", |
|
"shim" |
|
], |
|
"time": "2016-11-14 01:06:16" |
|
}, |
|
{ |
|
"name": "symfony/routing", |
|
"version": "v3.2.2", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/routing.git", |
|
"reference": "fda2c67d47ec801726ca888c95d701d31b27b444" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/routing/zipball/fda2c67d47ec801726ca888c95d701d31b27b444", |
|
"reference": "fda2c67d47ec801726ca888c95d701d31b27b444", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=5.5.9" |
|
}, |
|
"conflict": { |
|
"symfony/config": "<2.8" |
|
}, |
|
"require-dev": { |
|
"doctrine/annotations": "~1.0", |
|
"doctrine/common": "~2.2", |
|
"psr/log": "~1.0", |
|
"symfony/config": "~2.8|~3.0", |
|
"symfony/expression-language": "~2.8|~3.0", |
|
"symfony/http-foundation": "~2.8|~3.0", |
|
"symfony/yaml": "~2.8|~3.0" |
|
}, |
|
"suggest": { |
|
"doctrine/annotations": "For using the annotation loader", |
|
"symfony/config": "For using the all-in-one router or any loader", |
|
"symfony/dependency-injection": "For loading routes from a service", |
|
"symfony/expression-language": "For using expression matching", |
|
"symfony/http-foundation": "For using a Symfony Request object", |
|
"symfony/yaml": "For using the YAML loader" |
|
}, |
|
"type": "library", |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.2-dev" |
|
} |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Routing\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "fabien@symfony.com" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Symfony Routing Component", |
|
"homepage": "https://symfony.com", |
|
"keywords": [ |
|
"router", |
|
"routing", |
|
"uri", |
|
"url" |
|
], |
|
"time": "2017-01-02 20:32:22" |
|
} |
|
], |
|
"packages-dev": [], |
|
"aliases": [], |
|
"minimum-stability": "stable", |
|
"stability-flags": { |
|
"cboden/ratchet": 20 |
|
}, |
|
"prefer-stable": false, |
|
"prefer-lowest": false, |
|
"platform": [], |
|
"platform-dev": [] |
|
}
|
|
|