This commit is contained in:
MatteoGheza 2021-09-11 15:10:10 +00:00
parent 533e1b847a
commit 2944e9f884
2 changed files with 100 additions and 88 deletions

186
server/composer.lock generated
View File

@ -477,16 +477,16 @@
},
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.12.31",
"version": "8.12.32",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "2d79a2443df5a693286510a24a308a0625a8132c"
"reference": "b13fcfd3ebfef44486fc0bd1f830737047205ae3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/2d79a2443df5a693286510a24a308a0625a8132c",
"reference": "2d79a2443df5a693286510a24a308a0625a8132c",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b13fcfd3ebfef44486fc0bd1f830737047205ae3",
"reference": "b13fcfd3ebfef44486fc0bd1f830737047205ae3",
"shasum": ""
},
"require": {
@ -546,7 +546,7 @@
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2021-08-24T07:02:46+00:00"
"time": "2021-09-10T14:29:11+00:00"
},
{
"name": "giggsey/locale",
@ -659,29 +659,32 @@
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.2",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@ -689,16 +692,13 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -713,6 +713,11 @@
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
@ -728,34 +733,38 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
"source": "https://github.com/guzzle/psr7/tree/2.0.0"
},
"time": "2021-04-26T09:17:50+00:00"
"time": "2021-06-30T20:03:07+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
"version": "1.0.0",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/http-interop/http-factory-guzzle.git",
"reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
"reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.4.2",
"guzzlehttp/psr7": "^1.7||^2.0",
"php": ">=7.3",
"psr/http-factory": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "^1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.5",
"phpunit/phpunit": "^6.5"
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
},
"type": "library",
"autoload": {
@ -782,9 +791,9 @@
],
"support": {
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
"source": "https://github.com/http-interop/http-factory-guzzle/tree/master"
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
},
"time": "2018-07-31T19:32:56+00:00"
"time": "2021-07-21T13:50:14+00:00"
},
{
"name": "jean85/pretty-package-versions",
@ -889,12 +898,12 @@
"source": {
"type": "git",
"url": "https://github.com/allerta-vvf/php-debugbar",
"reference": "f9b3c4b7c1a79db817435d3817c3a997101fefa9"
"reference": "9630e8d81629fe76888223f88c2ece341fe6ce29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/allerta-vvf/php-debugbar/zipball/f9b3c4b7c1a79db817435d3817c3a997101fefa9",
"reference": "f9b3c4b7c1a79db817435d3817c3a997101fefa9",
"url": "https://api.github.com/repos/allerta-vvf/php-debugbar/zipball/9630e8d81629fe76888223f88c2ece341fe6ce29",
"reference": "9630e8d81629fe76888223f88c2ece341fe6ce29",
"shasum": ""
},
"require": {
@ -942,7 +951,7 @@
"debug",
"debugbar"
],
"time": "2021-05-27T13:04:53+00:00"
"time": "2021-06-18T09:01:42+00:00"
},
{
"name": "ministryofweb/php-osm-tiles",
@ -1003,12 +1012,12 @@
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "dafa1911fd7c1560c64d19556cbd4c599fed15ea"
"reference": "ea5d3abe8b9fc7d63bb42b0384cb1db60972ff68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/dafa1911fd7c1560c64d19556cbd4c599fed15ea",
"reference": "dafa1911fd7c1560c64d19556cbd4c599fed15ea",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/ea5d3abe8b9fc7d63bb42b0384cb1db60972ff68",
"reference": "ea5d3abe8b9fc7d63bb42b0384cb1db60972ff68",
"shasum": ""
},
"require": {
@ -1024,6 +1033,9 @@
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-apcu": "To be able to use APCu cache driver"
},
"default-branch": true,
"type": "library",
"extra": {
@ -1058,20 +1070,20 @@
"issues": "https://github.com/nikic/FastRoute/issues",
"source": "https://github.com/nikic/FastRoute/tree/master"
},
"time": "2021-05-24T09:28:21+00:00"
"time": "2021-06-21T15:01:25+00:00"
},
{
"name": "php-http/client-common",
"version": "2.3.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
"reference": "e37e46c610c87519753135fb893111798c69076a"
"reference": "29e0c60d982f04017069483e832b92074d0a90b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/client-common/zipball/e37e46c610c87519753135fb893111798c69076a",
"reference": "e37e46c610c87519753135fb893111798c69076a",
"url": "https://api.github.com/repos/php-http/client-common/zipball/29e0c60d982f04017069483e832b92074d0a90b2",
"reference": "29e0c60d982f04017069483e832b92074d0a90b2",
"shasum": ""
},
"require": {
@ -1131,9 +1143,9 @@
],
"support": {
"issues": "https://github.com/php-http/client-common/issues",
"source": "https://github.com/php-http/client-common/tree/2.3.0"
"source": "https://github.com/php-http/client-common/tree/2.4.0"
},
"time": "2020-07-21T10:04:13+00:00"
"time": "2021-07-05T08:19:25+00:00"
},
{
"name": "php-http/discovery",
@ -1267,16 +1279,16 @@
},
{
"name": "php-http/message",
"version": "1.11.1",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "887734d9c515ad9a564f6581a682fff87a6253cc"
"reference": "39eb7548be982a81085fe5a6e2a44268cd586291"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/887734d9c515ad9a564f6581a682fff87a6253cc",
"reference": "887734d9c515ad9a564f6581a682fff87a6253cc",
"url": "https://api.github.com/repos/php-http/message/zipball/39eb7548be982a81085fe5a6e2a44268cd586291",
"reference": "39eb7548be982a81085fe5a6e2a44268cd586291",
"shasum": ""
},
"require": {
@ -1335,9 +1347,9 @@
],
"support": {
"issues": "https://github.com/php-http/message/issues",
"source": "https://github.com/php-http/message/tree/1.11.1"
"source": "https://github.com/php-http/message/tree/1.12.0"
},
"time": "2021-05-24T18:11:08+00:00"
"time": "2021-08-29T09:13:12+00:00"
},
{
"name": "php-http/message-factory",
@ -2028,23 +2040,23 @@
},
{
"name": "sentry/sentry",
"version": "3.3.0",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "3bb122f9fc2bc43a4646e37db79eaf115b35b047"
"reference": "3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/3bb122f9fc2bc43a4646e37db79eaf115b35b047",
"reference": "3bb122f9fc2bc43a4646e37db79eaf115b35b047",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b",
"reference": "3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7|^2.0",
"jean85/pretty-package-versions": "^1.5|^2.0.1",
"php": "^7.2|^8.0",
"php-http/async-client-implementation": "^1.0",
@ -2054,7 +2066,7 @@
"php-http/message": "^1.5",
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/log": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^3.4.43|^4.4.11|^5.0.11",
"symfony/polyfill-php80": "^1.17",
"symfony/polyfill-uuid": "^1.13.1"
@ -2116,7 +2128,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.3.0"
"source": "https://github.com/getsentry/sentry-php/tree/3.3.2"
},
"funding": [
{
@ -2128,7 +2140,7 @@
"type": "custom"
}
],
"time": "2021-05-25T18:32:24+00:00"
"time": "2021-07-19T08:09:34+00:00"
},
{
"name": "spatie/array-to-xml",
@ -2263,25 +2275,25 @@
},
{
"name": "symfony/http-client",
"version": "v5.3.0",
"version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136"
"reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"reference": "ef85ca5fa7a4f9c57592fab49faeccdf22b13136",
"url": "https://api.github.com/repos/symfony/http-client/zipball/da8638ffecefc4e8ba2bc848d7b61a408119b333",
"reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1",
"symfony/http-client-contracts": "^2.4",
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.15",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.0|^2"
},
"provide": {
@ -2330,7 +2342,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.3.0"
"source": "https://github.com/symfony/http-client/tree/v5.3.7"
},
"funding": [
{
@ -2346,7 +2358,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-08-28T16:24:37+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -2428,23 +2440,23 @@
},
{
"name": "symfony/options-resolver",
"version": "v5.3.0",
"version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "162e886ca035869866d233a2bfef70cc28f9bbe5"
"reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/162e886ca035869866d233a2bfef70cc28f9bbe5",
"reference": "162e886ca035869866d233a2bfef70cc28f9bbe5",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e",
"reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.15"
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
@ -2477,7 +2489,7 @@
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.3.0"
"source": "https://github.com/symfony/options-resolver/tree/v5.3.7"
},
"funding": [
{
@ -2493,7 +2505,7 @@
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
"time": "2021-08-04T21:20:46+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -2735,16 +2747,16 @@
},
{
"name": "symfony/polyfill-php80",
"version": "v1.23.0",
"version": "v1.23.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"shasum": ""
},
"require": {
@ -2798,7 +2810,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
},
"funding": [
{
@ -2814,7 +2826,7 @@
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
"time": "2021-07-28T13:41:28+00:00"
},
{
"name": "symfony/polyfill-uuid",
@ -2976,22 +2988,22 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.3.0",
"version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
"reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
"reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
@ -3044,7 +3056,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.3.0"
"source": "https://github.com/symfony/var-dumper/tree/v5.3.7"
},
"funding": [
{
@ -3060,7 +3072,7 @@
"type": "tidelift"
}
],
"time": "2021-05-27T12:28:50+00:00"
"time": "2021-08-04T23:19:25+00:00"
},
{
"name": "twig/twig",
@ -3365,5 +3377,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.0.0"
}

View File

@ -749,7 +749,7 @@ function run_cli()
}
$options = $getopt->getOptions();
switch ($command->name()) {
switch ($command->getName()) {
case "config":
cli_helper("config", $options);
case "populate":