From eb23d27004967c7e08ecdedb3747ce3aab662451 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Sat, 31 Jul 2021 18:11:34 +0100 Subject: [PATCH] composer: accept ext-leveldb ^0.3.0 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09e3b5bd6..fc719ec41 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-hash": "*", "ext-igbinary": "^3.0.1", "ext-json": "*", - "ext-leveldb": "^0.2.1", + "ext-leveldb": "^0.2.1 || ^0.3.0", "ext-mbstring": "*", "ext-morton": "^0.1.0", "ext-openssl": "*", diff --git a/composer.lock b/composer.lock index 1b52df196..cbc17e930 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": "a6269c62c36da26e5e628322bdcdbb51", + "content-hash": "6aa42d767f14ce036f410d0001fd3845", "packages": [ { "name": "adhocore/json-comment", @@ -3538,7 +3538,7 @@ "ext-hash": "*", "ext-igbinary": "^3.0.1", "ext-json": "*", - "ext-leveldb": "^0.2.1", + "ext-leveldb": "^0.2.1 || ^0.3.0", "ext-mbstring": "*", "ext-morton": "^0.1.0", "ext-openssl": "*",