|
2 | 2 | "name": "magento/magento2-functional-testing-framework",
|
3 | 3 | "description": "Magento2 Functional Testing Framework",
|
4 | 4 | "type": "library",
|
5 |
| - "version": "2.6.3", |
| 5 | + "version": "2.6.4", |
6 | 6 | "license": "AGPL-3.0",
|
7 | 7 | "keywords": ["magento", "automation", "functional", "testing"],
|
8 | 8 | "config": {
|
9 | 9 | "sort-packages": true
|
10 | 10 | },
|
11 | 11 | "require": {
|
12 |
| - "php": "7.0.2||7.0.4||~7.0.6||~7.1.0||~7.2.0||~7.3.0", |
| 12 | + "php": "~7.1.0||~7.2.0||~7.3.0", |
13 | 13 | "ext-curl": "*",
|
| 14 | + "ext-dom": "*", |
14 | 15 | "ext-json": "*",
|
15 | 16 | "ext-openssl": "*",
|
16 | 17 | "allure-framework/allure-codeception": "~1.3.0",
|
17 | 18 | "aws/aws-sdk-php": "^3.132",
|
18 | 19 | "codeception/codeception": "~2.4.5",
|
19 |
| - "composer/composer": "^1.4", |
20 |
| - "consolidation/robo": "^1.0.0", |
| 20 | + "composer/composer": "^1.6", |
21 | 21 | "csharpru/vault-php": "~3.5.3",
|
22 | 22 | "csharpru/vault-php-guzzle6-transport": "^2.0",
|
23 | 23 | "flow/jsonpath": ">0.2",
|
24 | 24 | "fzaninotto/faker": "^1.6",
|
25 | 25 | "monolog/monolog": "^1.0",
|
26 | 26 | "mustache/mustache": "~2.5",
|
27 |
| - "symfony/process": "^2.8 || ^3.1 || ^4.0", |
28 |
| - "vlucas/phpdotenv": "^2.4", |
29 |
| - "php-webdriver/webdriver": "^1.8.0" |
| 27 | + "php-webdriver/webdriver": "^1.8.0", |
| 28 | + "symfony/console": "^4.4", |
| 29 | + "symfony/finder": "^4.4", |
| 30 | + "symfony/http-foundation": "^4.4", |
| 31 | + "symfony/mime": "^4.4", |
| 32 | + "symfony/process": "^4.4", |
| 33 | + "vlucas/phpdotenv": "^2.4" |
30 | 34 | },
|
31 | 35 | "require-dev": {
|
32 | 36 | "squizlabs/php_codesniffer": "~3.2",
|
|
52 | 56 | "files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
|
53 | 57 | "psr-4": {
|
54 | 58 | "Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework",
|
55 |
| - "MFTF\\": "dev/tests/functional/MFTF" |
| 59 | + "MFTF\\": "dev/tests/functional/tests/MFTF" |
56 | 60 | }
|
57 | 61 | },
|
58 | 62 | "autoload-dev": {
|
|
0 commit comments