Skip to content

Commit 29f746c

Browse files
committed
chore: fix xml, curl not declared in the require list of composer
1 parent 37ed3a5 commit 29f746c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
],
2020
"require": {
2121
"php": ">=5.3.3",
22+
"ext-xml": "*",
23+
"ext-curl": "*",
2224
"myclabs/php-enum": "~1.5.2 || ~1.6.6 || ~1.7.7 || ~1.8.4"
2325
},
2426
"require-dev": {

0 commit comments

Comments
 (0)