Skip to content

Commit 4e72081

Browse files
committed
Update composer.json
add curl dependency
1 parent 6f2196b commit 4e72081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.3.2"
21+
"php": ">=5.3.2",
22+
"ext-curl": "*"
2223
},
2324
"autoload": {
2425
"psr-0": {

0 commit comments

Comments
 (0)