This commit is contained in:
Marcel Pociot
2020-06-17 10:58:42 +02:00
parent 85e7d64222
commit 4e39f74584
3 changed files with 64 additions and 61 deletions

Binary file not shown.

View File

@@ -41,6 +41,7 @@
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",
"ratchet/pawl": "^0.3.4", "ratchet/pawl": "^0.3.4",
"react/http": "^0.8.6", "react/http": "^0.8.6",
"react/stream": "^1.1.1",
"react/socket": "^1.4", "react/socket": "^1.4",
"riverline/multipart-parser": "^2.0", "riverline/multipart-parser": "^2.0",
"symfony/expression-language": "^5.0", "symfony/expression-language": "^5.0",

124
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "181c4c8849951574367240ac0bc650d6", "content-hash": "54112334e0d6a52d02bc95a771f8ad98",
"packages": [ "packages": [
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@@ -741,16 +741,16 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "2.1.17", "version": "2.1.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a" "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a", "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -774,7 +774,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator" "Egulias\\EmailValidator\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -795,7 +795,7 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2020-02-13T22:36:52+00:00" "time": "2020-06-16T20:11:17+00:00"
}, },
{ {
"name": "evenement/evenement", "name": "evenement/evenement",
@@ -947,16 +947,16 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.5.4", "version": "6.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d" "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -964,7 +964,7 @@
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1", "guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5", "php": ">=5.5",
"symfony/polyfill-intl-idn": "1.17.0" "symfony/polyfill-intl-idn": "^1.17.0"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
@@ -1010,7 +1010,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2020-05-25T19:35:05+00:00" "time": "2020-06-16T21:01:06+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@@ -1192,7 +1192,7 @@
}, },
{ {
"name": "illuminate/cache", "name": "illuminate/cache",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/cache.git", "url": "https://github.com/illuminate/cache.git",
@@ -1243,7 +1243,7 @@
}, },
{ {
"name": "illuminate/config", "name": "illuminate/config",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/config.git", "url": "https://github.com/illuminate/config.git",
@@ -1287,7 +1287,7 @@
}, },
{ {
"name": "illuminate/console", "name": "illuminate/console",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/console.git", "url": "https://github.com/illuminate/console.git",
@@ -1341,16 +1341,16 @@
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/container.git", "url": "https://github.com/illuminate/container.git",
"reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897" "reference": "aaf1612f558d856975746cd3d0da4f230035ef55"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/2929d14ab8cce9cfc12e03e0a9b53f99234a3897", "url": "https://api.github.com/repos/illuminate/container/zipball/aaf1612f558d856975746cd3d0da4f230035ef55",
"reference": "2929d14ab8cce9cfc12e03e0a9b53f99234a3897", "reference": "aaf1612f558d856975746cd3d0da4f230035ef55",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1384,11 +1384,11 @@
], ],
"description": "The Illuminate Container package.", "description": "The Illuminate Container package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-06-01T14:59:52+00:00" "time": "2020-06-11T14:29:51+00:00"
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
@@ -1432,16 +1432,16 @@
}, },
{ {
"name": "illuminate/events", "name": "illuminate/events",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/events.git", "url": "https://github.com/illuminate/events.git",
"reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560" "reference": "723bcb4d31b84b6372cfa7007ef491497422cf24"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/events/zipball/47f448a6ccaa4aee14b8d0d3a16991b9d2d89560", "url": "https://api.github.com/repos/illuminate/events/zipball/723bcb4d31b84b6372cfa7007ef491497422cf24",
"reference": "47f448a6ccaa4aee14b8d0d3a16991b9d2d89560", "reference": "723bcb4d31b84b6372cfa7007ef491497422cf24",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1473,20 +1473,20 @@
], ],
"description": "The Illuminate Events package.", "description": "The Illuminate Events package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-06-08T19:10:43+00:00" "time": "2020-06-16T14:30:08+00:00"
}, },
{ {
"name": "illuminate/filesystem", "name": "illuminate/filesystem",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/filesystem.git", "url": "https://github.com/illuminate/filesystem.git",
"reference": "651d25f115103613f6e613ed710a910e9f0b079e" "reference": "9ab0b617e80d01a09fefcf596e5b355370e13175"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/651d25f115103613f6e613ed710a910e9f0b079e", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/9ab0b617e80d01a09fefcf596e5b355370e13175",
"reference": "651d25f115103613f6e613ed710a910e9f0b079e", "reference": "9ab0b617e80d01a09fefcf596e5b355370e13175",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1496,6 +1496,7 @@
"symfony/finder": "^5.0" "symfony/finder": "^5.0"
}, },
"suggest": { "suggest": {
"ext-ftp": "Required to use the Flysystem FTP driver.",
"illuminate/http": "Required for handling uploaded files (^7.0).", "illuminate/http": "Required for handling uploaded files (^7.0).",
"league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0.34).", "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0.34).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
@@ -1527,20 +1528,20 @@
], ],
"description": "The Illuminate Filesystem package.", "description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-06-02T22:33:52+00:00" "time": "2020-06-14T09:08:06+00:00"
}, },
{ {
"name": "illuminate/http", "name": "illuminate/http",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/http.git", "url": "https://github.com/illuminate/http.git",
"reference": "f80f536c4a1bd6e7f5ac12fa6f9496a66bbbabc2" "reference": "906d9e11f350f0d6ec917bcd8ba4066f96d10af7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/http/zipball/f80f536c4a1bd6e7f5ac12fa6f9496a66bbbabc2", "url": "https://api.github.com/repos/illuminate/http/zipball/906d9e11f350f0d6ec917bcd8ba4066f96d10af7",
"reference": "f80f536c4a1bd6e7f5ac12fa6f9496a66bbbabc2", "reference": "906d9e11f350f0d6ec917bcd8ba4066f96d10af7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1579,11 +1580,11 @@
], ],
"description": "The Illuminate Http package.", "description": "The Illuminate Http package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-05-29T13:35:34+00:00" "time": "2020-06-09T15:44:28+00:00"
}, },
{ {
"name": "illuminate/pipeline", "name": "illuminate/pipeline",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/pipeline.git", "url": "https://github.com/illuminate/pipeline.git",
@@ -1627,16 +1628,16 @@
}, },
{ {
"name": "illuminate/session", "name": "illuminate/session",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/session.git", "url": "https://github.com/illuminate/session.git",
"reference": "84433173ff3f68edf88ec4e33df4d5fed7f52d94" "reference": "f18c8772d76928e54f65fdb8cbc90b723b9e1e7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/session/zipball/84433173ff3f68edf88ec4e33df4d5fed7f52d94", "url": "https://api.github.com/repos/illuminate/session/zipball/f18c8772d76928e54f65fdb8cbc90b723b9e1e7e",
"reference": "84433173ff3f68edf88ec4e33df4d5fed7f52d94", "reference": "f18c8772d76928e54f65fdb8cbc90b723b9e1e7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1674,20 +1675,20 @@
], ],
"description": "The Illuminate Session package.", "description": "The Illuminate Session package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-05-04T21:09:16+00:00" "time": "2020-06-15T14:06:36+00:00"
}, },
{ {
"name": "illuminate/support", "name": "illuminate/support",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/support.git", "url": "https://github.com/illuminate/support.git",
"reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d" "reference": "dee189db0aff526393b350d3bfb33d0cc32861c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/6fffd3f2a1d81fa29682eac43ef8701073c4214d", "url": "https://api.github.com/repos/illuminate/support/zipball/dee189db0aff526393b350d3bfb33d0cc32861c3",
"reference": "6fffd3f2a1d81fa29682eac43ef8701073c4214d", "reference": "dee189db0aff526393b350d3bfb33d0cc32861c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1736,11 +1737,11 @@
], ],
"description": "The Illuminate Support package.", "description": "The Illuminate Support package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-06-08T02:42:53+00:00" "time": "2020-06-11T14:29:51+00:00"
}, },
{ {
"name": "illuminate/testing", "name": "illuminate/testing",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/testing.git", "url": "https://github.com/illuminate/testing.git",
@@ -1792,7 +1793,7 @@
}, },
{ {
"name": "illuminate/translation", "name": "illuminate/translation",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/translation.git", "url": "https://github.com/illuminate/translation.git",
@@ -1838,7 +1839,7 @@
}, },
{ {
"name": "illuminate/validation", "name": "illuminate/validation",
"version": "v7.15.0", "version": "v7.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/validation.git", "url": "https://github.com/illuminate/validation.git",
@@ -7756,16 +7757,16 @@
}, },
{ {
"name": "voku/portable-ascii", "name": "voku/portable-ascii",
"version": "1.5.1", "version": "1.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/voku/portable-ascii.git", "url": "https://github.com/voku/portable-ascii.git",
"reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3" "reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/618631dc601d8eb6ea0a9fbf654ec82f066c4e97",
"reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", "reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7800,20 +7801,20 @@
"clean", "clean",
"php" "php"
], ],
"time": "2020-05-26T06:40:44+00:00" "time": "2020-06-15T23:49:30+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.8.0", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7821,6 +7822,7 @@
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1" "vimeo/psalm": "<3.9.1"
}, },
"require-dev": { "require-dev": {
@@ -7848,7 +7850,7 @@
"check", "check",
"validate" "validate"
], ],
"time": "2020-04-18T12:12:48+00:00" "time": "2020-06-16T10:16:42+00:00"
} }
], ],
"aliases": [ "aliases": [