Skip to content

Commit 8658698

Browse files
Merge branch 'develop' of github.com:magento/magento2-functional-testing-framework into remove/aspect-mock-33304
2 parents 7cc350a + 77bd22e commit 8658698

File tree

16 files changed

+333
-422
lines changed

16 files changed

+333
-422
lines changed

composer.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,38 @@
1515
"ext-intl": "*",
1616
"ext-json": "*",
1717
"ext-openssl": "*",
18-
"allure-framework/allure-codeception": "~1.4.0||~1.5.0",
18+
"allure-framework/allure-codeception": "^1.4",
1919
"aws/aws-sdk-php": "^3.132",
20-
"codeception/codeception": "~4.1.4",
20+
"codeception/codeception": "^4.1",
2121
"codeception/module-asserts": "^1.1",
2222
"codeception/module-sequence": "^1.0",
2323
"codeception/module-webdriver": "^1.0",
2424
"composer/composer": "^1.9||^2.0",
25-
"csharpru/vault-php": "^4.1.0",
25+
"csharpru/vault-php": "^4.2.1",
2626
"csharpru/vault-php-guzzle6-transport": "^2.0",
2727
"hoa/console": "~3.0",
28-
"monolog/monolog": "^1.17",
28+
"monolog/monolog": "^2.3",
2929
"mustache/mustache": "~2.5",
30-
"php-webdriver/webdriver": "^1.8.0",
30+
"nikic/php-parser": "^4.4",
31+
"php-webdriver/webdriver": "^1.9.0",
3132
"spomky-labs/otphp": "^10.0",
3233
"symfony/console": "^4.4",
3334
"symfony/finder": "^5.0",
3435
"symfony/http-foundation": "^5.0",
3536
"symfony/mime": "^5.0",
3637
"symfony/process": "^4.4",
3738
"vlucas/phpdotenv": "^2.4",
38-
"weew/helpers-array": "^1.3",
39-
"nikic/php-parser": "~4.4.0"
39+
"weew/helpers-array": "^1.3"
4040
},
4141
"require-dev": {
4242
"brainmaestro/composer-git-hooks": "^2.3.1",
4343
"codacy/coverage": "^1.4",
4444
"codeception/aspect-mock": "^3.0",
45-
"doctrine/cache": "<1.7.0",
46-
"goaop/framework": "~2.3.4",
47-
"php-coveralls/php-coveralls": "^1.0",
45+
"php-coveralls/php-coveralls": "^1.0||^2.2",
4846
"phpmd/phpmd": "^2.8.0",
4947
"phpunit/phpunit": "^9.0",
50-
"rregeer/phpunit-coverage-check": "^0.1.4",
5148
"sebastian/phpcpd": "~6.0.0",
52-
"squizlabs/php_codesniffer": "~3.5.4",
53-
"symfony/stopwatch": "~3.4.6"
54-
},
55-
"replace": {
56-
"facebook/webdriver": "^1.7.1"
49+
"squizlabs/php_codesniffer": "~3.5.4"
5750
},
5851
"autoload": {
5952
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],

0 commit comments

Comments
 (0)