This commit is contained in:
Marcel Pociot
2020-04-30 15:17:25 +02:00
parent 0dfda0825c
commit a972c8581c
24 changed files with 444 additions and 29 deletions

50
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "17ed4fb1b80fc6efe2594c3bfbbf3c7f",
"content-hash": "801c0ab8f694ff370f2eefea409a7fcc",
"packages": [],
"packages-dev": [
{
@@ -4470,6 +4470,54 @@
],
"time": "2020-01-01T18:39:52+00:00"
},
{
"name": "react/http",
"version": "v0.8.6",
"source": {
"type": "git",
"url": "https://github.com/reactphp/http.git",
"reference": "248202e57195d06a4375f6d2f5c5b9ff9da3ea9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/http/zipball/248202e57195d06a4375f6d2f5c5b9ff9da3ea9e",
"reference": "248202e57195d06a4375f6d2f5c5b9ff9da3ea9e",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
"react/promise": "^2.3 || ^1.2.1",
"react/promise-stream": "^1.1",
"react/socket": "^1.0 || ^0.8.3",
"react/stream": "^1.0 || ^0.7.1",
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.1",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP",
"keywords": [
"event-driven",
"http",
"https",
"reactphp",
"server",
"streaming"
],
"time": "2020-01-12T13:15:06+00:00"
},
{
"name": "react/http-client",
"version": "v0.5.10",