Skip to content

Commit

Permalink
Merge pull request #74 from 0x20h/add-curl-to-composer-deps
Browse files Browse the repository at this point in the history
Added ext-curl to composer.json
  • Loading branch information
kuenishi committed Feb 12, 2014
2 parents 6afeec8 + 357c6c4 commit 49f6273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"psr-0": { "Basho": "src/" }
},
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"ext-curl": "*"
}
}

0 comments on commit 49f6273

Please sign in to comment.