diff --git a/composer.json b/composer.json index e817d5d5..a20c7794 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "ext-gettext": "*", "ext-json": "*", "golonka/bbcodeparser": "dev-master", - "smarty/smarty": "~3.1", - "smarty-gettext/smarty-gettext": "~1.5.1", + "smarty/smarty": "^3.1", + "smarty-gettext/smarty-gettext": "^1.5.1", "tecnickcom/tcpdf": "dev-master", "slim/slim": "3.*", "ircmaxell/password-compat": "1.*", "snapappointments/bootstrap-select": "1.*", - "components/jquery": "3.3.*", + "components/jquery": "^3.3", "kartik-v/bootstrap-fileinput": "4.*", "jquery-form/form": "4.*", "nnnick/chartjs": "2.7.*", @@ -51,6 +51,16 @@ }, + "config": { + "preferred-install": { + "*": "dist" + }, + "platform": { + "php": "5.6.10" + }, + "sort-packages": true + }, + "repositories": [ { "type": "vcs", diff --git a/composer.lock b/composer.lock index f532438f..7a7ed449 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c503eded1b83f140bf362c06eba6d091", + "content-hash": "d738f25aff1a26b3b2db62db7e48539a", "packages": [ { "name": "components/jquery", - "version": "3.3.1", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/components/jquery.git", - "reference": "459648cda77875519c5da3ae1dd0ed5d170aa649" + "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/components/jquery/zipball/459648cda77875519c5da3ae1dd0ed5d170aa649", - "reference": "459648cda77875519c5da3ae1dd0ed5d170aa649", + "url": "https://api.github.com/repos/components/jquery/zipball/6cf38ee1fd04b6adf8e7dda161283aa35be818c3", + "reference": "6cf38ee1fd04b6adf8e7dda161283aa35be818c3", "shasum": "" }, "type": "component", @@ -46,38 +46,14 @@ ], "description": "jQuery JavaScript Library", "homepage": "http://jquery.com", - "time": "2018-03-04T13:23:48+00:00" - }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } + "support": { + "forum": "http://forum.jquery.com", + "irc": "irc://irc.freenode.org/jquery", + "issues": "https://github.com/jquery/jquery/issues", + "source": "https://github.com/jquery/jquery", + "wiki": "http://docs.jquery.com/" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14T19:40:03+00:00" + "time": "2021-03-20T19:13:42+00:00" }, { "name": "geertw/ip-anonymizer", @@ -110,6 +86,10 @@ } ], "description": "IPv4 and IPv6 address anonymizer", + "support": { + "issues": "https://github.com/geertw/php-ip-anonymizer/issues", + "source": "https://github.com/geertw/php-ip-anonymizer/tree/master" + }, "time": "2017-06-24T13:15:14+00:00" }, { @@ -133,6 +113,7 @@ "phpunit/phpunit": "~4", "squizlabs/php_codesniffer": "~2" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -205,20 +186,24 @@ "hashing", "password" ], + "support": { + "issues": "https://github.com/ircmaxell/password_compat/issues", + "source": "https://github.com/ircmaxell/password_compat/tree/v1.0" + }, "time": "2014-11-20T16:49:30+00:00" }, { "name": "jquery-form/form", - "version": "v4.2.2", + "version": "v4.3.0", "source": { "type": "git", "url": "https://github.com/jquery-form/form.git", - "reference": "4beae57bc92402e2d03ca66b5ae2942d0c94c695" + "reference": "fcbd5773d19a75d4b2f336df7f49788a42b71fbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jquery-form/form/zipball/4beae57bc92402e2d03ca66b5ae2942d0c94c695", - "reference": "4beae57bc92402e2d03ca66b5ae2942d0c94c695", + "url": "https://api.github.com/repos/jquery-form/form/zipball/fcbd5773d19a75d4b2f336df7f49788a42b71fbc", + "reference": "fcbd5773d19a75d4b2f336df7f49788a42b71fbc", "shasum": "" }, "require": { @@ -261,7 +246,11 @@ "json", "json-form" ], - "time": "2017-08-09T20:56:53+00:00" + "support": { + "issues": "https://github.com/jquery-form/form/issues", + "source": "https://github.com/jquery-form/form/tree/v4.3.0" + }, + "time": "2020-06-07T04:29:46+00:00" }, { "name": "kartik-v/bootstrap-fileinput", @@ -314,6 +303,10 @@ "progress", "upload" ], + "support": { + "issues": "https://github.com/kartik-v/bootstrap-fileinput/issues", + "source": "https://github.com/kartik-v/bootstrap-fileinput/tree/master" + }, "time": "2019-03-21T11:44:25+00:00" }, { @@ -360,6 +353,10 @@ "router", "routing" ], + "support": { + "issues": "https://github.com/nikic/FastRoute/issues", + "source": "https://github.com/nikic/FastRoute/tree/master" + }, "time": "2018-02-13T20:26:39+00:00" }, { @@ -401,6 +398,10 @@ "JS", "chart" ], + "support": { + "issues": "https://github.com/chartjs/Chart.js/issues", + "source": "https://github.com/chartjs/Chart.js/tree/v2.7.3" + }, "time": "2018-10-15T17:14:43+00:00" }, { @@ -451,6 +452,10 @@ "container", "dependency injection" ], + "support": { + "issues": "https://github.com/silexphp/Pimple/issues", + "source": "https://github.com/silexphp/Pimple/tree/master" + }, "time": "2018-01-21T07:42:36+00:00" }, { @@ -500,6 +505,10 @@ "container-interop", "psr" ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/master" + }, "time": "2017-02-14T16:28:37+00:00" }, { @@ -550,24 +559,26 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "slim/slim", - "version": "3.12.2", + "version": "3.12.3", "source": { "type": "git", "url": "https://github.com/slimphp/Slim.git", - "reference": "200c6143f15baa477601879b64ab2326847aac0b" + "reference": "1c9318a84ffb890900901136d620b4f03a59da38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slimphp/Slim/zipball/200c6143f15baa477601879b64ab2326847aac0b", - "reference": "200c6143f15baa477601879b64ab2326847aac0b", + "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38", + "reference": "1c9318a84ffb890900901136d620b4f03a59da38", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*", @@ -624,29 +635,34 @@ "micro", "router" ], - "time": "2019-08-20T18:46:05+00:00" + "support": { + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim/tree/3.x" + }, + "time": "2019-11-28T17:40:33+00:00" }, { "name": "smarty-gettext/smarty-gettext", - "version": "1.5.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/smarty-gettext/smarty-gettext.git", - "reference": "00fe2fcbc41e24e0245cd9d73f96bc7b0337972d" + "reference": "22e5b91b642cd643f9acdd8d04ab0e05647b98a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-gettext/smarty-gettext/zipball/00fe2fcbc41e24e0245cd9d73f96bc7b0337972d", - "reference": "00fe2fcbc41e24e0245cd9d73f96bc7b0337972d", + "url": "https://api.github.com/repos/smarty-gettext/smarty-gettext/zipball/22e5b91b642cd643f9acdd8d04ab0e05647b98a7", + "reference": "22e5b91b642cd643f9acdd8d04ab0e05647b98a7", "shasum": "" }, "require": { "ext-gettext": "*", "ext-pcre": "*", - "php": "~5.3|~7.0" + "php": "~5.3|~7.0|~8.0" }, "require-dev": { "azatoth/php-pgettext": "~1.0", + "phpunit/phpunit": ">=4.8.36", "smarty/smarty": "3.1.*" }, "suggest": { @@ -664,7 +680,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1+" + "LGPL-2.1" ], "authors": [ { @@ -678,27 +694,32 @@ ], "description": "Gettext plugin enabling internationalization in Smarty Package files", "homepage": "https://github.com/smarty-gettext/smarty-gettext", - "time": "2017-05-12T12:14:46+00:00" + "support": { + "issues": "https://github.com/smarty-gettext/smarty-gettext/issues", + "source": "https://github.com/smarty-gettext/smarty-gettext/tree/1.6.2" + }, + "time": "2021-02-23T22:00:29+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.34", + "version": "v3.1.43", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c" + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c9f0de05f41b9e52798b268ab1e625fac3b8578c", - "reference": "c9f0de05f41b9e52798b268ab1e625fac3b8578c", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/273f7e00fec034f6d61112552e9caf08d19565b7", + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "phpunit/phpunit": "6.4.1" + "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8", + "smarty/smarty-lexer": "^3.1" }, "type": "library", "extra": { @@ -734,20 +755,26 @@ "keywords": [ "templating" ], - "time": "2019-02-28T06:42:20+00:00" + "support": { + "forum": "http://www.smarty.net/forums/", + "irc": "irc://irc.freenode.org/smarty", + "issues": "https://github.com/smarty-php/smarty/issues", + "source": "https://github.com/smarty-php/smarty/tree/v3.1.43" + }, + "time": "2022-01-10T09:52:40+00:00" }, { "name": "snapappointments/bootstrap-select", - "version": "v1.13.12", + "version": "v1.13.18", "source": { "type": "git", "url": "https://github.com/snapappointments/bootstrap-select.git", - "reference": "38e031a6bc42cdb18b1bff62e8094ae75bb1c22c" + "reference": "6c4c75f61e69ca54d5ab557a2b90ffdccf1c63cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/snapappointments/bootstrap-select/zipball/38e031a6bc42cdb18b1bff62e8094ae75bb1c22c", - "reference": "38e031a6bc42cdb18b1bff62e8094ae75bb1c22c", + "url": "https://api.github.com/repos/snapappointments/bootstrap-select/zipball/6c4c75f61e69ca54d5ab557a2b90ffdccf1c63cd", + "reference": "6c4c75f61e69ca54d5ab557a2b90ffdccf1c63cd", "shasum": "" }, "suggest": { @@ -784,7 +811,17 @@ "replacement", "select" ], - "time": "2019-10-11T00:02:17+00:00" + "support": { + "issues": "https://github.com/snapappointments/bootstrap-select/issues", + "source": "https://github.com/snapappointments/bootstrap-select/tree/v1.13.18" + }, + "funding": [ + { + "url": "https://github.com/caseyjhol", + "type": "github" + } + ], + "time": "2020-06-26T18:04:14+00:00" }, { "name": "tecnickcom/tcpdf", @@ -803,6 +840,7 @@ "require": { "php": ">=5.3.0" }, + "default-branch": true, "type": "library", "autoload": { "classmap": [ @@ -856,26 +894,26 @@ "packages-dev": [ { "name": "filp/whoops", - "version": "2.5.0", + "version": "2.14.5", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96" + "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96", - "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96", + "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", + "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0", - "psr/log": "^1.0.1" + "php": "^5.5.9 || ^7.0 || ^8.0", + "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -884,7 +922,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -913,24 +951,34 @@ "throwable", "whoops" ], - "time": "2019-08-07T09:00:00+00:00" + "support": { + "issues": "https://github.com/filp/whoops/issues", + "source": "https://github.com/filp/whoops/tree/2.14.5" + }, + "funding": [ + { + "url": "https://github.com/denis-sokolov", + "type": "github" + } + ], + "time": "2022-01-07T12:00:00+00:00" }, { "name": "maximebf/debugbar", - "version": "v1.16.0", + "version": "v1.15.1", "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", - "reference": "6ca3502de5e5889dc21311d2461f8cc3b6a094b1" + "reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6ca3502de5e5889dc21311d2461f8cc3b6a094b1", - "reference": "6ca3502de5e5889dc21311d2461f8cc3b6a094b1", + "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6c4277f6117e4864966c9cb58fb835cee8c74a1e", + "reference": "6c4277f6117e4864966c9cb58fb835cee8c74a1e", "shasum": "" }, "require": { - "php": "^7.1", + "php": ">=5.6", "psr/log": "^1.0", "symfony/var-dumper": "^2.6|^3|^4" }, @@ -945,7 +993,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -974,20 +1022,24 @@ "debug", "debugbar" ], - "time": "2019-10-18T14:34:16+00:00" + "support": { + "issues": "https://github.com/maximebf/php-debugbar/issues", + "source": "https://github.com/maximebf/php-debugbar/tree/v1.15.1" + }, + "time": "2019-09-24T14:55:42+00:00" }, { "name": "psr/log", - "version": "1.1.2", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -1011,7 +1063,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -1021,20 +1073,23 @@ "psr", "psr-3" ], - "time": "2019-11-01T11:05:21+00:00" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.2", + "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7" + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", - "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, "require": { @@ -1072,20 +1127,25 @@ "phpcs", "standards" ], - "time": "2019-10-28T04:36:32+00:00" + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2021-12-12T21:44:58+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.12.0", + "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", - "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", + "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", "shasum": "" }, "require": { @@ -1097,7 +1157,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-main": "1.19-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -1131,106 +1195,56 @@ "portable", "shim" ], - "time": "2019-08-06T08:03:45+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.12.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "04ce3335667451138df4307d6a9b61565560199e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", - "reference": "04ce3335667451138df4307d6a9b61565560199e", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.12-dev" - } + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0" }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2019-08-06T08:03:45+00:00" + "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/var-dumper", - "version": "v4.3.8", + "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf" + "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf", - "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d", + "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.5" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/console": "<3.4" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", "twig/twig": "~1.34|~2.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + "ext-symfony_debug": "" }, - "bin": [ - "Resources/bin/var-dump-server" - ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "files": [ "Resources/functions/dump.php" @@ -1262,7 +1276,24 @@ "debug", "dump" ], - "time": "2019-10-13T12:02:04+00:00" + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T10:57:07+00:00" } ], "aliases": [], @@ -1281,5 +1312,9 @@ "ext-gettext": "*", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "platform-overrides": { + "php": "5.6.10" + }, + "plugin-api-version": "2.2.0" }