From 84a0ed02668d00e1c0e7d79451f32a2021975ba4 Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Thu, 12 Feb 2026 16:39:14 +0100 Subject: [PATCH] fix: composer.lock hash and platform --- composer.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index f73caaa..ef8f489 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": "ddbc175689a2940d3ef37cbb91e63807", + "content-hash": "df024b2432c19a6f3c3a80d4c3951cb1", "packages": [ { "name": "brick/math", @@ -9258,9 +9258,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2", - "ext-xmlreader": "*" + "php": "^8.4", + "ext-xmlreader": "*", + "ext-libxml": "*" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }