Skip to content

Commit

Permalink
Fix dependency list
Browse files Browse the repository at this point in the history
Signed-off-by: Alec M <alecmattu1234@gmail.com>
  • Loading branch information
amattu2 committed Mar 28, 2023
1 parent 5fdcbfd commit d24a59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"require": {
"php": ">=7.4.0",
"ext-curl": "*",
"ext-simplexml": "*"
"ext-simplexml": "*",
"ext-xml": "*"
}
}

0 comments on commit d24a59b

Please sign in to comment.