Skip to content

Commit c9de086

Browse files
author
Francesco Abeni
committed
Add explicit ext-curl dependency
1 parent b3b87ef commit c9de086

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
@@ -12,7 +12,8 @@
1212
],
1313
"require": {
1414
"php" : ">=5.3.2",
15-
"symfony/http-foundation" : "~2.0"
15+
"symfony/http-foundation" : "~2.0",
16+
"ext-curl" : "*"
1617
},
1718
"require-dev": {
1819
"sami/sami" : "dev-master"

0 commit comments

Comments
 (0)