From 518417fd03e4f8a6a173c401b1705d54b57b5e34 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 7 Oct 2020 07:39:38 +1100 Subject: [PATCH] [REF] Fix compatability with Drupal 9 installing of var_dumper --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41ae510b15..37e4daed18 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "symfony/event-dispatcher": "~3.0 || ~4.4", "symfony/filesystem": "~3.0 || ~4.4", "symfony/process": "~3.0 || ~4.4", - "symfony/var-dumper": "~3.0 || ~4.4", + "symfony/var-dumper": "~3.0 || ~4.4 || ~5.1", "psr/log": "~1.0", "symfony/finder": "~3.0 || ~4.4", "tecnickcom/tcpdf" : "6.3.*", diff --git a/composer.lock b/composer.lock index de6cf6e6ae..fef79d4cd2 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": "5b823c420fc0d96c61731dd45a7d2e3e", + "content-hash": "5d304686f3edec04284e52a859321e0a", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -242,7 +242,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/nyholm" + "homepage": "https://github.com/Nyholm" }, { "name": "Nicolas Grekas", -- 2.25.1