Skip to content

Commit 18435a3

Browse files
committed
Update MFTF dependencies
1 parent dc324c1 commit 18435a3

File tree

3 files changed

+813
-1418
lines changed

3 files changed

+813
-1418
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"require": {
1212
"php": "~7.2.0||~7.3.0",
1313
"ext-curl": "*",
14+
"ext-dom": "*",
1415
"ext-json": "*",
1516
"ext-openssl": "*",
16-
"ext-dom": "*",
1717
"allure-framework/allure-codeception": "~1.3.0",
1818
"aws/aws-sdk-php": "^3.132",
1919
"codeception/codeception": "~2.4.5",
20-
"composer/composer": "^1.4",
21-
"consolidation/robo": "^1.0.0",
20+
"composer/composer": "^1.6",
2221
"csharpru/vault-php": "~3.5.3",
2322
"csharpru/vault-php-guzzle6-transport": "^2.0",
24-
"flow/jsonpath": ">0.2",
25-
"fzaninotto/faker": "^1.6",
2623
"monolog/monolog": "^1.0",
2724
"mustache/mustache": "~2.5",
28-
"symfony/process": "^2.8 || ^3.1 || ^4.0",
29-
"vlucas/phpdotenv": "^2.4",
30-
"php-webdriver/webdriver": "^1.8.0"
25+
"php-webdriver/webdriver": "^1.8.0",
26+
"symfony/console": "^4.4",
27+
"symfony/finder": "^4.4",
28+
"symfony/mime": "^5.0",
29+
"symfony/process": "^4.4",
30+
"vlucas/phpdotenv": "^2.4"
3131
},
3232
"require-dev": {
3333
"squizlabs/php_codesniffer": "~3.2",

0 commit comments

Comments
 (0)