From bd35b7fe3250f677b63d3f9fc97303094b4963b1 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 7 Aug 2022 14:55:43 +1000 Subject: [PATCH] Loosen requirements to ensure that CiviCRM can be installed on Drupal 9 --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b2cd339bc2..fe9964f0f0 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "symfony/filesystem": "~4.4", "symfony/process": "~4.4", "symfony/var-dumper": "~3.0 || ~4.4 || ~5.1", - "symfony/service-contracts": "~2.2.0", + "symfony/service-contracts": "~2.2", "psr/log": "~1.0 || ~2.0 || ~3.0", "symfony/finder": "~4.4", "tecnickcom/tcpdf" : "6.4.*", @@ -103,7 +103,7 @@ "symfony/polyfill-php81": "^1.0", "symfony/polyfill-php82": "^1.0", "html2text/html2text": "^4.3.1", - "psr/container": "~1.0.0" + "psr/container": "~1.0" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 3be2a93d9d..caa07ec184 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": "1e4768738339df88faf958b97e70b0c2", + "content-hash": "597a6f0ac1c692fa35162842ebdf6112", "packages": [ { "name": "adrienrn/php-mimetyper", -- 2.25.1