Updated dependencies
Esse commit está contido em:
+1
-2
@@ -6,10 +6,9 @@
|
||||
"homepage": "https://github.com/jolicode/php-ar-drone",
|
||||
"keywords": ["ar-drone", "parrot", "react", "socket"],
|
||||
"require": {
|
||||
"react/socket-client": "0.3.*@dev",
|
||||
"react/socket-client": "^0.3",
|
||||
"react/socket" : "0.3.*",
|
||||
"react/dns" : "0.3.*",
|
||||
|
||||
"react/datagram" : "v1.0.0"
|
||||
},
|
||||
"authors": [
|
||||
|
||||
gerado
+87
-85
@@ -1,53 +1,12 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "724f138ac8f67d505f5bdf7fe6283713",
|
||||
"hash": "49d5623ad257c7a6d5d28d77aaa65038",
|
||||
"content-hash": "3ea16473fb022b89d4d0676bf1560e0b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "clue/datagram",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/clue/datagram.git",
|
||||
"reference": "v0.3.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/clue/datagram/zipball/v0.3.0",
|
||||
"reference": "v0.3.0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"react/dns": ">=0.2, <0.4",
|
||||
"react/event-loop": ">=0.2, <0.4",
|
||||
"react/promise": "1.*"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Datagram": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "UDP datagram socket client and server for reactphp",
|
||||
"homepage": "https://github.com/clue/datagram",
|
||||
"keywords": [
|
||||
"Socket",
|
||||
"async",
|
||||
"client",
|
||||
"datagram",
|
||||
"dgram",
|
||||
"react",
|
||||
"server",
|
||||
"udp"
|
||||
],
|
||||
"time": "2013-06-23 22:05:21"
|
||||
},
|
||||
{
|
||||
"name": "evenement/evenement",
|
||||
"version": "v1.0.0",
|
||||
@@ -128,6 +87,57 @@
|
||||
],
|
||||
"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",
|
||||
@@ -173,17 +183,17 @@
|
||||
},
|
||||
{
|
||||
"name": "react/event-loop",
|
||||
"version": "v0.3.3",
|
||||
"version": "v0.3.4",
|
||||
"target-dir": "React/EventLoop",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/event-loop.git",
|
||||
"reference": "v0.3.3"
|
||||
"reference": "235cddfa999a392e7d63dc9bef2e042492608d9f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/v0.3.3",
|
||||
"reference": "v0.3.3",
|
||||
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/235cddfa999a392e7d63dc9bef2e042492608d9f",
|
||||
"reference": "235cddfa999a392e7d63dc9bef2e042492608d9f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -212,20 +222,20 @@
|
||||
"keywords": [
|
||||
"event-loop"
|
||||
],
|
||||
"time": "2013-07-08 22:38:22"
|
||||
"time": "2013-07-21 02:23:09"
|
||||
},
|
||||
{
|
||||
"name": "react/promise",
|
||||
"version": "v1.0.4",
|
||||
"version": "v1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/promise.git",
|
||||
"reference": "v1.0.4"
|
||||
"reference": "eefff597e67ff66b719f8171480add3c91474a1e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/promise/zipball/v1.0.4",
|
||||
"reference": "v1.0.4",
|
||||
"url": "https://api.github.com/repos/reactphp/promise/zipball/eefff597e67ff66b719f8171480add3c91474a1e",
|
||||
"reference": "eefff597e67ff66b719f8171480add3c91474a1e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -234,13 +244,16 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
"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": [
|
||||
@@ -249,13 +262,11 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jan Sorgalla",
|
||||
"email": "jsorgalla@googlemail.com",
|
||||
"homepage": "http://sorgalla.com",
|
||||
"role": "maintainer"
|
||||
"email": "jsorgalla@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||||
"time": "2013-04-03 14:05:55"
|
||||
"time": "2016-03-07 13:46:50"
|
||||
},
|
||||
{
|
||||
"name": "react/socket",
|
||||
@@ -301,17 +312,17 @@
|
||||
},
|
||||
{
|
||||
"name": "react/socket-client",
|
||||
"version": "dev-master",
|
||||
"version": "v0.3.1",
|
||||
"target-dir": "React/SocketClient",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/socket-client.git",
|
||||
"reference": "v0.3.2"
|
||||
"reference": "87935a0223362c36cd30cf215cbec33377d31ca4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/v0.3.2",
|
||||
"reference": "v0.3.2",
|
||||
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/87935a0223362c36cd30cf215cbec33377d31ca4",
|
||||
"reference": "87935a0223362c36cd30cf215cbec33377d31ca4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -343,17 +354,17 @@
|
||||
},
|
||||
{
|
||||
"name": "react/stream",
|
||||
"version": "v0.3.3",
|
||||
"version": "v0.3.4",
|
||||
"target-dir": "React/Stream",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/reactphp/stream.git",
|
||||
"reference": "v0.3.3"
|
||||
"reference": "feef56628afe3fa861f0da5f92c909e029efceac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/reactphp/stream/zipball/v0.3.3",
|
||||
"reference": "v0.3.3",
|
||||
"url": "https://api.github.com/repos/reactphp/stream/zipball/feef56628afe3fa861f0da5f92c909e029efceac",
|
||||
"reference": "feef56628afe3fa861f0da5f92c909e029efceac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -384,24 +395,15 @@
|
||||
"pipe",
|
||||
"stream"
|
||||
],
|
||||
"time": "2013-07-09 00:44:12"
|
||||
"time": "2014-02-16 19:48:52"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
||||
],
|
||||
"aliases": [
|
||||
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"clue/datagram": 20,
|
||||
"react/socket-client": 20
|
||||
},
|
||||
"platform": [
|
||||
|
||||
],
|
||||
"platform-dev": [
|
||||
|
||||
]
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário