Skip to content

Commit 77597b9

Browse files
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](veewee/xml@2.2.0...3.0.0) --- updated-dependencies: - dependency-name: veewee/xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c65aa1 commit 77597b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2424
"ext-dom": "*",
25-
"veewee/xml": "^2.2"
25+
"veewee/xml": "^2.2 || ^3.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)