fix: composer.lock hash and platform

This commit is contained in:
2026-02-12 16:39:14 +01:00
parent aaec5966b3
commit 84a0ed0266

9
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ddbc175689a2940d3ef37cbb91e63807", "content-hash": "df024b2432c19a6f3c3a80d4c3951cb1",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -9258,9 +9258,10 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2", "php": "^8.4",
"ext-xmlreader": "*" "ext-xmlreader": "*",
"ext-libxml": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.9.0"
} }