410 linhas
13 KiB
JSON
410 linhas
13 KiB
JSON
{
|
|
"_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": "49d5623ad257c7a6d5d28d77aaa65038",
|
|
"content-hash": "3ea16473fb022b89d4d0676bf1560e0b",
|
|
"packages": [
|
|
{
|
|
"name": "evenement/evenement",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/evenement",
|
|
"reference": "v1.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/igorw/evenement/zipball/v1.0.0",
|
|
"reference": "v1.0.0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"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 5.3",
|
|
"keywords": [
|
|
"event-dispatcher"
|
|
],
|
|
"time": "2012-05-30 08:01:08"
|
|
},
|
|
{
|
|
"name": "react/cache",
|
|
"version": "v0.3.2",
|
|
"target-dir": "React/Cache",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/cache.git",
|
|
"reference": "v0.3.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/cache/zipball/v0.3.2",
|
|
"reference": "v0.3.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"react/promise": ">=1.0,<2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\Cache": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async caching.",
|
|
"keywords": [
|
|
"cache"
|
|
],
|
|
"time": "2013-04-24 08:33:43"
|
|
},
|
|
{
|
|
"name": "react/datagram",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/datagram.git",
|
|
"reference": "a476b743cd4beed93ba7c83abb0288b87f8206b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/datagram/zipball/a476b743cd4beed93ba7c83abb0288b87f8206b6",
|
|
"reference": "a476b743cd4beed93ba7c83abb0288b87f8206b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "~1.0|~2.0",
|
|
"php": ">=5.3",
|
|
"react/dns": ">=0.2, <0.5",
|
|
"react/event-loop": ">=0.2, <0.5",
|
|
"react/promise": "~1.0|~2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Datagram\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@lueck.tv"
|
|
}
|
|
],
|
|
"description": "UDP datagram socket client and server for reactphp",
|
|
"homepage": "https://github.com/reactphp/datagram",
|
|
"keywords": [
|
|
"Socket",
|
|
"async",
|
|
"client",
|
|
"datagram",
|
|
"dgram",
|
|
"react",
|
|
"server",
|
|
"udp"
|
|
],
|
|
"time": "2014-10-23 22:14:56"
|
|
},
|
|
{
|
|
"name": "react/dns",
|
|
"version": "v0.3.2",
|
|
"target-dir": "React/Dns",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/dns.git",
|
|
"reference": "v0.3.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/dns/zipball/v0.3.2",
|
|
"reference": "v0.3.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"react/cache": "0.3.*",
|
|
"react/promise": ">=1.0,<2.0",
|
|
"react/socket": "0.3.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\Dns": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async DNS resolver.",
|
|
"keywords": [
|
|
"dns",
|
|
"dns-resolver"
|
|
],
|
|
"time": "2013-04-27 08:57:30"
|
|
},
|
|
{
|
|
"name": "react/event-loop",
|
|
"version": "v0.3.4",
|
|
"target-dir": "React/EventLoop",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/event-loop.git",
|
|
"reference": "235cddfa999a392e7d63dc9bef2e042492608d9f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/235cddfa999a392e7d63dc9bef2e042492608d9f",
|
|
"reference": "235cddfa999a392e7d63dc9bef2e042492608d9f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-libev": "*",
|
|
"ext-libevent": ">=0.0.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\EventLoop": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
|
|
"keywords": [
|
|
"event-loop"
|
|
],
|
|
"time": "2013-07-21 02:23:09"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "eefff597e67ff66b719f8171480add3c91474a1e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/eefff597e67ff66b719f8171480add3c91474a1e",
|
|
"reference": "eefff597e67ff66b719f8171480add3c91474a1e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\Promise": "src/"
|
|
},
|
|
"files": [
|
|
"src/React/Promise/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",
|
|
"time": "2016-03-07 13:46:50"
|
|
},
|
|
{
|
|
"name": "react/socket",
|
|
"version": "v0.3.2",
|
|
"target-dir": "React/Socket",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/socket.git",
|
|
"reference": "v0.3.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/v0.3.2",
|
|
"reference": "v0.3.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "1.0.*",
|
|
"php": ">=5.3.3",
|
|
"react/event-loop": "0.3.*",
|
|
"react/stream": "0.3.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\Socket": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Library for building an evented socket server.",
|
|
"keywords": [
|
|
"Socket"
|
|
],
|
|
"time": "2013-04-26 20:23:10"
|
|
},
|
|
{
|
|
"name": "react/socket-client",
|
|
"version": "v0.3.1",
|
|
"target-dir": "React/SocketClient",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/socket-client.git",
|
|
"reference": "87935a0223362c36cd30cf215cbec33377d31ca4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/87935a0223362c36cd30cf215cbec33377d31ca4",
|
|
"reference": "87935a0223362c36cd30cf215cbec33377d31ca4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"react/dns": "0.3.*",
|
|
"react/event-loop": "0.3.*",
|
|
"react/promise": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\SocketClient": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Async connector to open TCP/IP and SSL/TLS based connections.",
|
|
"keywords": [
|
|
"Socket"
|
|
],
|
|
"time": "2013-04-20 14:55:59"
|
|
},
|
|
{
|
|
"name": "react/stream",
|
|
"version": "v0.3.4",
|
|
"target-dir": "React/Stream",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/stream.git",
|
|
"reference": "feef56628afe3fa861f0da5f92c909e029efceac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/feef56628afe3fa861f0da5f92c909e029efceac",
|
|
"reference": "feef56628afe3fa861f0da5f92c909e029efceac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "1.0.*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"react/event-loop": "0.3.*",
|
|
"react/promise": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"React\\Stream": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Basic readable and writable stream interfaces that support piping.",
|
|
"keywords": [
|
|
"pipe",
|
|
"stream"
|
|
],
|
|
"time": "2014-02-16 19:48:52"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|