Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 0b889d7

Browse files
committed
Merge pull request #289 from 0x20h/patch-1
Added ext-curl as dependency
2 parents 230f8ed + 46661a5 commit 0b889d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This project versioning adheres to [Semantic Versioning](http://semver.org/).
33

44
## Unreleased
5+
- Added ext-curl to composer.json
56
- Added CHANGELOG.md
67
- Added CONTRIBUTING.md with information and rules for contributors
78

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"source": "https://github.com/facebook/php-webdriver"
1212
},
1313
"require": {
14-
"php": ">=5.3.19"
14+
"php": ">=5.3.19",
15+
"ext-curl": "*"
1516
},
1617
"require-dev": {
1718
"phpunit/phpunit": "4.6.*"

0 commit comments

Comments
 (0)