We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 230f8ed + 46661a5 commit 0b889d7Copy full SHA for 0b889d7
CHANGELOG.md
@@ -2,6 +2,7 @@
2
This project versioning adheres to [Semantic Versioning](http://semver.org/).
3
4
## Unreleased
5
+- Added ext-curl to composer.json
6
- Added CHANGELOG.md
7
- Added CONTRIBUTING.md with information and rules for contributors
8
composer.json
@@ -11,7 +11,8 @@
11
"source": "https://github.com/facebook/php-webdriver"
12
},
13
"require": {
14
- "php": ">=5.3.19"
+ "php": ">=5.3.19",
15
+ "ext-curl": "*"
16
17
"require-dev": {
18
"phpunit/phpunit": "4.6.*"
0 commit comments