From b46390effa80edf2b62047a822f9131341f3336a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:03:45 +0000 Subject: [PATCH] Bump symfony/security from 2.6.7 to 2.6.13 Bumps [symfony/security](https://github.com/symfony/Security) from 2.6.7 to 2.6.13. - [Release notes](https://github.com/symfony/Security/releases) - [Changelog](https://github.com/symfony/security/blob/4.4/CHANGELOG.md) - [Commits](https://github.com/symfony/Security/compare/v2.6.7...v2.6.13) --- updated-dependencies: - dependency-name: symfony/security dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 248 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 166 insertions(+), 82 deletions(-) diff --git a/composer.lock b/composer.lock index 5761712..e14cfce 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "a2eea23c47d230c30e7ad9ad01bb6e68", + "content-hash": "d672d1a81609cb92fcb425f82a25d788", "packages": [ { "name": "doctrine/annotations", @@ -72,7 +72,7 @@ "docblock", "parser" ], - "time": "2014-12-23 22:40:37" + "time": "2014-12-23T22:40:37+00:00" }, { "name": "doctrine/cache", @@ -142,7 +142,7 @@ "cache", "caching" ], - "time": "2015-04-15 00:11:59" + "time": "2015-04-15T00:11:59+00:00" }, { "name": "doctrine/collections", @@ -208,7 +208,7 @@ "collections", "iterator" ], - "time": "2015-04-14 22:21:58" + "time": "2015-04-14T22:21:58+00:00" }, { "name": "doctrine/common", @@ -281,7 +281,7 @@ "persistence", "spl" ], - "time": "2015-04-02 19:55:44" + "time": "2015-04-02T19:55:44+00:00" }, { "name": "doctrine/dbal", @@ -352,7 +352,7 @@ "persistence", "queryobject" ], - "time": "2015-01-12 21:52:47" + "time": "2015-01-12T21:52:47+00:00" }, { "name": "doctrine/inflector", @@ -419,7 +419,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "doctrine/lexer", @@ -473,7 +473,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "doctrine/orm", @@ -546,26 +546,87 @@ "database", "orm" ], - "time": "2014-12-16 13:45:01" + "time": "2014-12-16T13:45:01+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v1.4.3", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd", + "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2018-04-04T21:48:54+00:00" }, { "name": "psr/log", - "version": "1.0.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, + "require": { + "php": ">=5.3.0" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, "autoload": { - "psr-0": { - "Psr\\Log\\": "" + "psr-4": { + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -575,16 +636,20 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" }, { "name": "symfony/config", @@ -635,7 +700,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/console", @@ -693,21 +758,21 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/debug", - "version": "v2.6.7", + "version": "v2.6.13", "target-dir": "Symfony/Component/Debug", "source": { "type": "git", - "url": "https://github.com/symfony/Debug.git", - "reference": "ad4511a8fddce7ec163b513ba39a30ea4f32c9e7" + "url": "https://github.com/symfony/debug.git", + "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/ad4511a8fddce7ec163b513ba39a30ea4f32c9e7", - "reference": "ad4511a8fddce7ec163b513ba39a30ea4f32c9e7", + "url": "https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941", + "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941", "shasum": "" }, "require": { @@ -754,7 +819,11 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2015-05-08 13:17:44" + "support": { + "source": "https://github.com/symfony/debug/tree/v2.6.11" + }, + "abandoned": "symfony/error-handler", + "time": "2015-07-08T05:59:48+00:00" }, { "name": "symfony/dependency-injection", @@ -815,20 +884,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v2.6.7", + "version": "v2.6.13", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", - "url": "https://github.com/symfony/EventDispatcher.git", + "url": "https://github.com/symfony/event-dispatcher.git", "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02", "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02", "shasum": "" }, @@ -874,7 +943,10 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v2.6.11" + }, + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/filesystem", @@ -924,7 +996,7 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-05-08 00:09:07" + "time": "2015-05-08T00:09:07+00:00" }, { "name": "symfony/form", @@ -990,7 +1062,7 @@ ], "description": "Symfony Form Component", "homepage": "https://symfony.com", - "time": "2015-05-04 09:39:13" + "time": "2015-05-04T09:39:13+00:00" }, { "name": "symfony/framework-bundle", @@ -1074,21 +1146,21 @@ ], "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", - "time": "2015-05-04 14:53:25" + "time": "2015-05-04T14:53:25+00:00" }, { "name": "symfony/http-foundation", - "version": "v2.6.7", + "version": "v2.6.13", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", - "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "8a0d00980ef9f6b47ddbf24bdfbf70fead760816" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8a0d00980ef9f6b47ddbf24bdfbf70fead760816", - "reference": "8a0d00980ef9f6b47ddbf24bdfbf70fead760816", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", + "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", "shasum": "" }, "require": { @@ -1128,28 +1200,31 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v2.6.11" + }, + "time": "2015-07-22T10:08:40+00:00" }, { "name": "symfony/http-kernel", - "version": "v2.6.7", + "version": "v2.6.13", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", - "url": "https://github.com/symfony/HttpKernel.git", - "reference": "2010194de0a57731af9404c7f97fd300db98b7a3" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/2010194de0a57731af9404c7f97fd300db98b7a3", - "reference": "2010194de0a57731af9404c7f97fd300db98b7a3", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cdd991d304fed833514dc44d6aafcf19397c26cb", + "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", "symfony/debug": "~2.6,>=2.6.2", - "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", + "symfony/event-dispatcher": "~2.6,>=2.6.7", "symfony/http-foundation": "~2.5,>=2.5.4" }, "require-dev": { @@ -1206,7 +1281,10 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2015-05-11 01:58:49" + "support": { + "source": "https://github.com/symfony/http-kernel/tree/2.6" + }, + "time": "2016-01-14T10:11:16+00:00" }, { "name": "symfony/intl", @@ -1282,7 +1360,7 @@ "l10n", "localization" ], - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/options-resolver", @@ -1337,7 +1415,7 @@ "configuration", "options" ], - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/property-access", @@ -1398,7 +1476,7 @@ "property path", "reflection" ], - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/routing", @@ -1467,24 +1545,25 @@ "uri", "url" ], - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/security", - "version": "v2.6.7", + "version": "v2.6.13", "target-dir": "Symfony/Component/Security", "source": { "type": "git", - "url": "https://github.com/symfony/Security.git", - "reference": "8a7c037d1db1bd2d1eeceb7ae714f89e78ea395b" + "url": "https://github.com/symfony/security.git", + "reference": "722b5b4c34885aa589887f4620fd9ff7e3b931c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Security/zipball/8a7c037d1db1bd2d1eeceb7ae714f89e78ea395b", - "reference": "8a7c037d1db1bd2d1eeceb7ae714f89e78ea395b", + "url": "https://api.github.com/repos/symfony/security/zipball/722b5b4c34885aa589887f4620fd9ff7e3b931c3", + "reference": "722b5b4c34885aa589887f4620fd9ff7e3b931c3", "shasum": "" }, "require": { + "paragonie/random_compat": "~1.0", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.2", "symfony/http-foundation": "~2.1", @@ -1544,7 +1623,11 @@ ], "description": "Symfony Security Component", "homepage": "https://symfony.com", - "time": "2015-05-11 01:52:28" + "support": { + "source": "https://github.com/symfony/security/tree/2.6" + }, + "abandoned": true, + "time": "2016-01-14T09:04:34+00:00" }, { "name": "symfony/stopwatch", @@ -1594,7 +1677,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/templating", @@ -1648,7 +1731,7 @@ ], "description": "Symfony Templating Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/translation", @@ -1707,7 +1790,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2015-05-05 16:51:00" + "time": "2015-05-05T16:51:00+00:00" }, { "name": "symfony/validator", @@ -1779,7 +1862,7 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2015-05-05 01:29:27" + "time": "2015-05-05T01:29:27+00:00" } ], "packages-dev": [ @@ -1835,7 +1918,7 @@ "constructor", "instantiate" ], - "time": "2014-10-13 12:58:55" + "time": "2014-10-13T12:58:55+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -1880,7 +1963,7 @@ "keywords": [ "test" ], - "time": "2015-05-11 14:41:42" + "time": "2015-05-11T14:41:42+00:00" }, { "name": "mockery/mockery", @@ -1945,7 +2028,7 @@ "test double", "testing" ], - "time": "2015-04-02 19:54:00" + "time": "2015-04-02T19:54:00+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1994,7 +2077,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/prophecy", @@ -2054,7 +2137,7 @@ "spy", "stub" ], - "time": "2015-04-27 22:15:08" + "time": "2015-04-27T22:15:08+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2116,7 +2199,7 @@ "testing", "xunit" ], - "time": "2015-04-11 04:35:00" + "time": "2015-04-11T04:35:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -2163,7 +2246,7 @@ "filesystem", "iterator" ], - "time": "2015-04-02 05:19:05" + "time": "2015-04-02T05:19:05+00:00" }, { "name": "phpunit/php-text-template", @@ -2207,7 +2290,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2014-01-30T17:20:04+00:00" }, { "name": "phpunit/php-timer", @@ -2251,7 +2334,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -2300,7 +2383,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-04-08 04:46:07" + "time": "2015-04-08T04:46:07+00:00" }, { "name": "phpunit/phpunit", @@ -2372,7 +2455,7 @@ "testing", "xunit" ], - "time": "2015-04-29 15:18:52" + "time": "2015-04-29T15:18:52+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -2427,7 +2510,7 @@ "mock", "xunit" ], - "time": "2015-04-02 05:36:41" + "time": "2015-04-02T05:36:41+00:00" }, { "name": "sebastian/comparator", @@ -2491,7 +2574,7 @@ "compare", "equality" ], - "time": "2015-01-29 16:28:08" + "time": "2015-01-29T16:28:08+00:00" }, { "name": "sebastian/diff", @@ -2543,7 +2626,7 @@ "keywords": [ "diff" ], - "time": "2015-02-22 15:13:53" + "time": "2015-02-22T15:13:53+00:00" }, { "name": "sebastian/environment", @@ -2593,7 +2676,7 @@ "environment", "hhvm" ], - "time": "2015-01-01 10:01:08" + "time": "2015-01-01T10:01:08+00:00" }, { "name": "sebastian/exporter", @@ -2659,7 +2742,7 @@ "export", "exporter" ], - "time": "2015-01-27 07:23:06" + "time": "2015-01-27T07:23:06+00:00" }, { "name": "sebastian/global-state", @@ -2710,7 +2793,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2014-10-06T09:23:50+00:00" }, { "name": "sebastian/recursion-context", @@ -2763,7 +2846,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-01-24 09:48:32" + "time": "2015-01-24T09:48:32+00:00" }, { "name": "sebastian/version", @@ -2798,7 +2881,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-02-24 06:35:25" + "time": "2015-02-24T06:35:25+00:00" }, { "name": "symfony/yaml", @@ -2848,7 +2931,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02T15:18:45+00:00" } ], "aliases": [], @@ -2859,5 +2942,6 @@ "platform": { "php": ">=5.3.3" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.6.0" }