From 77597b9c2332f07597e5be18e26d749ae92b986e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:21:56 +0000 Subject: [PATCH] Update veewee/xml requirement from ^2.2 to ^2.2 || ^3.0 Updates the requirements on [veewee/xml](https://github.com/veewee/xml) to permit the latest version. - [Release notes](https://github.com/veewee/xml/releases) - [Commits](https://github.com/veewee/xml/compare/2.2.0...3.0.0) --- updated-dependencies: - dependency-name: veewee/xml 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 b64ae83..d8c228d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-dom": "*", - "veewee/xml": "^2.2" + "veewee/xml": "^2.2 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^9.5"