Skip to content

Commit a6d9992

Browse files
committed
Add missing required extensions to composer.json
1 parent c4dcacf commit a6d9992

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"symfony/process": "^2.8 || ^3.1 || ^4.0",
1717
"ext-curl": "*",
1818
"ext-zip": "*",
19-
"ext-mbstring": "*"
19+
"ext-mbstring": "*",
20+
"ext-json": "*"
2021
},
2122
"require-dev": {
2223
"phpunit/phpunit": "^5.7",
@@ -28,6 +29,9 @@
2829
"symfony/var-dumper": "^3.3 || ^4.0",
2930
"jakub-onderka/php-parallel-lint": "^0.9.2"
3031
},
32+
"suggest": {
33+
"ext-SimpleXML": "For Firefox profile creation"
34+
},
3135
"autoload": {
3236
"psr-4": {
3337
"Facebook\\WebDriver\\": "lib/"

0 commit comments

Comments
 (0)