diff --git a/composer.lock b/composer.lock index 96f549e59bb..3cc46cb49dc 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "917a58dd017b9b98cf8a26d93fff98c9", + "content-hash": "52607e47b54dfc8a87223046174b89c8", "packages": [ { "name": "composer/ca-bundle", @@ -1188,12 +1188,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "DI\\": "src/DI/" - }, "files": [ "src/DI/functions.php" - ] + ], + "psr-4": { + "DI\\": "src/DI/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1298,6 +1298,7 @@ "parser", "useragent" ], + "abandoned": "matomo/device-detector", "time": "2020-04-29T12:12:31+00:00" }, { @@ -1574,20 +1575,23 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.17.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" + "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", - "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" @@ -1595,16 +1599,20 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1642,7 +1650,7 @@ "type": "tidelift" } ], - "time": "2020-05-12T16:14:59+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "szymach/c-pchart", @@ -1674,12 +1682,12 @@ } }, "autoload": { - "psr-4": { - "CpChart\\": "src/" - }, "files": [ "src/Resources/data/constants.php" - ] + ], + "psr-4": { + "CpChart\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1772,30 +1780,30 @@ }, { "name": "twig/twig", - "version": "v1.42.5", + "version": "v1.44.7", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" + "reference": "0887422319889e442458e48e2f3d9add1a172ad5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", - "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/0887422319889e442458e48e2f3d9add1a172ad5", + "reference": "0887422319889e442458e48e2f3d9add1a172ad5", "shasum": "" }, "require": { - "php": ">=5.5.0", + "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.0" + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.42-dev" + "dev-master": "1.44-dev" } }, "autoload": { @@ -1832,7 +1840,17 @@ "keywords": [ "templating" ], - "time": "2020-02-11T05:59:23+00:00" + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], + "time": "2022-09-28T08:38:36+00:00" } ], "packages-dev": [ @@ -1983,8 +2001,7 @@ "keywords": [ "performance", "profiling" - ], - "time": "2015-02-26T14:37:51+00:00" + ] }, { "name": "guzzle/guzzle", @@ -2263,16 +2280,16 @@ } }, "autoload": { + "files": [ + "phpseclib/Crypt/Random.php" + ], "psr-0": { - "Crypt": "phpseclib/", + "Net": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", - "Net": "phpseclib/", + "Crypt": "phpseclib/", "System": "phpseclib/" - }, - "files": [ - "phpseclib/Crypt/Random.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -2635,6 +2652,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2017-12-04T08:55:13+00:00" }, { @@ -3253,12 +3271,12 @@ "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "shasum": "" }, @@ -3306,6 +3324,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { + "ext-gd": "*", "php": ">=5.5.9" }, "platform-dev": [],