From 451dada8682045c4df968b5b0218c1584c61ec33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:17:36 +0000 Subject: [PATCH] composer: update lightools/xml requirement from ^2.0|^3.0 to ^4.0.0 Updates the requirements on [lightools/xml](https://github.com/lightools/xml) to permit the latest version. - [Release notes](https://github.com/lightools/xml/releases) - [Commits](https://github.com/lightools/xml/commits/v4.0.0) --- updated-dependencies: - dependency-name: lightools/xml dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f0f550..38c63ab 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "ext-curl": "*", "ext-iconv": "*", - "lightools/xml": "^2.0|^3.0", + "lightools/xml": "^4.0.0", "riesenia/pohoda": "^1.26", "vitexsoftware/ease-core": "^1.50", "vitexsoftware/pohodaser": "^0.1"