Skip to content

Commit

Permalink
chore: fix xml, curl not declared in the require list of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Sep 5, 2024
1 parent 37ed3a5 commit 29f746c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
],
"require": {
"php": ">=5.3.3",
"ext-xml": "*",
"ext-curl": "*",
"myclabs/php-enum": "~1.5.2 || ~1.6.6 || ~1.7.7 || ~1.8.4"
},
"require-dev": {
Expand Down

0 comments on commit 29f746c

Please sign in to comment.