Skip to content

Commit 02154a5

Browse files
committed
Add ext-curl PHP dependency
1 parent c7c8154 commit 02154a5

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
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.1.10"
16+
"php": "^7.1.10",
17+
"ext-curl": "*"
1718
},
1819
"keywords": [
1920
"url",

0 commit comments

Comments
 (0)