From c6273208e1110582e46cfcc3e360f5f51f86177f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 16 Apr 2020 14:45:16 +1000 Subject: [PATCH] Generalise typo3/phar-stream-wrapper so CiviCRM can be installed on drupal8 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a135295142..4ac9ffb0e3 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "league/csv": "^9.2", "tplaner/when": "~3.0.0", "xkerman/restricted-unserialize": "~1.1", - "typo3/phar-stream-wrapper": "^3.0" + "typo3/phar-stream-wrapper": "^2 || ^3.0" }, "scripts": { "post-install-cmd": [ diff --git a/composer.lock b/composer.lock index 79f8b835ce..42f872a30d 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": "37569326ca90c5f0e9c6d2df125ebbc9", + "content-hash": "00d8b8be8e838f8ff098162f88af562c", "packages": [ { "name": "adrienrn/php-mimetyper", -- 2.25.1