Skip to content

Commit

Permalink
Added ext-curl as required dependency to Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Beyer committed Apr 8, 2016
1 parent b505d8c commit a9724b2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Just call `php makeskips.php` before deleting the lessons.

## Requirements
- PHP >= 5.4
- curl
- php-cURL
- Composer

## Installation
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"league/flysystem": "~1.0",
"symfony/dom-crawler": "~2.6",
"symfony/css-selector": "~3.0@dev",
"devster/ubench": "~1.1@dev"
"devster/ubench": "~1.1@dev",
"ext-curl": "*"
},
"require-dev": {
"digitalnature/php-ref": "dev-master"
Expand Down
76 changes: 40 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9724b2

Please sign in to comment.