|
2 | 2 | "name": "magento/magento2-functional-testing-framework", |
3 | 3 | "description": "Magento2 Functional Testing Framework", |
4 | 4 | "type": "library", |
5 | | - "version": "4.7.2", |
| 5 | + "version": "4.8.0", |
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 | 12 | "allure-framework/allure-codeception": "^2.1", |
13 | | - "allure-framework/allure-phpunit": "^2", |
| 13 | + "allure-framework/allure-phpunit": "^3", |
14 | 14 | "aws/aws-sdk-php": "^3.132", |
15 | 15 | "codeception/codeception": "^5.0", |
16 | 16 | "codeception/module-asserts": "^3.0", |
17 | 17 | "codeception/module-sequence": "^3.0", |
18 | | - "codeception/module-webdriver": "^3.0", |
| 18 | + "codeception/module-webdriver": "^4.0", |
19 | 19 | "composer/composer": "^1.9||^2.0,!=2.2.16", |
20 | 20 | "csharpru/vault-php": "^4.2.1", |
21 | 21 | "ext-curl": "*", |
|
52 | 52 | "brainmaestro/composer-git-hooks": "^2.8.5", |
53 | 53 | "php-coveralls/php-coveralls": "^1.0||^2.2", |
54 | 54 | "phpmd/phpmd": "^2.8.0", |
55 | | - "phpunit/phpunit": "^9.5", |
| 55 | + "phpunit/phpunit": "^10.0", |
56 | 56 | "squizlabs/php_codesniffer": "~3.7.0" |
57 | 57 | }, |
58 | 58 | "suggest": { |
|
62 | 62 | "files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"], |
63 | 63 | "psr-4": { |
64 | 64 | "Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework", |
65 | | - "MFTF\\": "dev/tests/functional/tests/MFTF" |
| 65 | + "MFTF\\": "dev/tests/functional/tests/MFTF", |
| 66 | + "Magento\\FunctionalTestingFramework\\Tests\\Verification\\": "dev/tests/verification/Tests" |
66 | 67 | } |
67 | 68 | }, |
68 | 69 | "autoload-dev": { |
|
0 commit comments