From 6d4dd09ee1c3759fc73da6a37b79ee09a009c503 Mon Sep 17 00:00:00 2001 From: Luke Stewart Date: Thu, 20 Apr 2023 08:55:40 +1200 Subject: [PATCH] This has been closed in favour of pear/pear-core#124 Updates lock file to pull in latest version of pear/pear-core-minimal. --- composer.json | 3 --- composer.lock | 12 ++++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 10d75c8174..71b87fca58 100644 --- a/composer.json +++ b/composer.json @@ -279,9 +279,6 @@ "html2text/html2text": { "Fix deprecation warning in php8.1 on html_entity_decode": "https://raw.githubusercontent.com/civicrm/civicrm-core/e758d20e9f613ca6c4cf652c23d2cd7e5d3af3ce/tools/scripts/composer/html2text_html2_text_php81_deprecation.patch" }, - "pear/pear-core-minimal": { - "Apply patch to fix creation of dynamic properties in PEAR_Error class": "https://patch-diff.githubusercontent.com/raw/pear/pear-core-minimal/pull/11.patch" - }, "pear/db": { "Apply patch to ensure that MySQLI reporting remains the same in php8.1": "https://patch-diff.githubusercontent.com/raw/pear/DB/pull/13.patch", "Apply patch to fix deprecations in php8.2": "https://patch-diff.githubusercontent.com/raw/pear/DB/pull/14.patch", diff --git a/composer.lock b/composer.lock index 871fa951c1..6502a5a14a 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": "7c6659d5a4e0f2fb75f5ca1e5965b5f6", + "content-hash": "88da0bec8fb97981904bb8c06579cc2f", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -2319,16 +2319,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.11", + "version": "v1.10.13", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d", + "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d", "shasum": "" }, "require": { @@ -2363,7 +2363,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2021-08-10T22:31:03+00:00" + "time": "2023-04-19T19:15:47+00:00" }, { "name": "pear/pear_exception", -- 2.25.1