From 387bcd87885cd25c942776aea674477503f6d70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 18:13:44 +0000 Subject: [PATCH] Bump symfony/dependency-injection in /web/modules/contrib/civicrm Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 2.8.44 to 2.8.50. - [Release notes](https://github.com/symfony/dependency-injection/releases) - [Changelog](https://github.com/symfony/dependency-injection/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/dependency-injection/compare/v2.8.44...v2.8.50) Signed-off-by: dependabot[bot] --- web/modules/contrib/civicrm/composer.lock | 54 +++++++++++------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/web/modules/contrib/civicrm/composer.lock b/web/modules/contrib/civicrm/composer.lock index 7fe362a0..3d58e7be 100644 --- a/web/modules/contrib/civicrm/composer.lock +++ b/web/modules/contrib/civicrm/composer.lock @@ -1103,11 +1103,6 @@ "squizlabs/php_codesniffer": "2.*" }, "type": "library", - "extra": { - "patches_applied": { - "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch" - } - }, "autoload": { "psr-4": { "PhpOffice\\Common\\": "src/Common/" @@ -1134,7 +1129,12 @@ "office", "php" ], - "time": "2018-07-13T14:12:34+00:00" + "time": "2018-07-13T14:12:34+00:00", + "extra": { + "patches_applied": { + "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch" + } + } }, { "name": "phpoffice/phpword", @@ -1592,16 +1592,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v2.8.44", + "version": "v2.8.50", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "ad2446d39d11c3daaa7f147d957941a187e47357" + "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad2446d39d11c3daaa7f147d957941a187e47357", - "reference": "ad2446d39d11c3daaa7f147d957941a187e47357", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c306198fee8f872a8f5f031e6e4f6f83086992d8", + "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8", "shasum": "" }, "require": { @@ -1651,7 +1651,7 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-07-26T11:13:39+00:00" + "time": "2019-04-16T11:33:46+00:00" }, { "name": "symfony/event-dispatcher", @@ -2207,11 +2207,6 @@ "zetacomponents/unit-test": "*" }, "type": "library", - "extra": { - "patches_applied": { - "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch" - } - }, "autoload": { "classmap": [ "src" @@ -2252,19 +2247,24 @@ { "name": "Alexandru Stanoi" }, - { - "name": "Christian Michel" - }, { "name": "Sinisa Dukaric" }, { "name": "Mikko Koppanen" + }, + { + "name": "Christian Michel" } ], "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.", "homepage": "https://github.com/zetacomponents", - "time": "2019-02-13T11:33:09+00:00" + "time": "2019-02-13T11:33:09+00:00", + "extra": { + "patches_applied": { + "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch" + } + } } ], "packages-dev": [ @@ -2274,12 +2274,12 @@ "source": { "type": "git", "url": "https://github.com/php-cache/integration-tests.git", - "reference": "b97328797ab199f0ac933e39842a86ab732f21f9" + "reference": "e023fbe54c9821dfefbe04db0074ee8682f7f577" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/b97328797ab199f0ac933e39842a86ab732f21f9", - "reference": "b97328797ab199f0ac933e39842a86ab732f21f9", + "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/e023fbe54c9821dfefbe04db0074ee8682f7f577", + "reference": "e023fbe54c9821dfefbe04db0074ee8682f7f577", "shasum": "" }, "require": { @@ -2294,8 +2294,8 @@ "cache/cache": "^1.0", "illuminate/cache": "^5.4|^5.5|^5.6", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^4.8.35|^5.4.3", - "symfony/cache": "^3.1|^4.0|^5.0", + "symfony/cache": "^3.4.31|^4.3.4|^5.0", + "symfony/phpunit-bridge": "^4.4", "tedivm/stash": "^0.14" }, "type": "library", @@ -2328,7 +2328,7 @@ "psr6", "test" ], - "time": "2019-05-28T15:23:38+00:00" + "time": "2019-08-05T15:47:01+00:00" }, { "name": "cache/tag-interop", @@ -2367,7 +2367,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/nyholm" + "homepage": "https://github.com/Nyholm" }, { "name": "Nicolas Grekas",