Skip to content

Commit d0afb1c

Browse files
authored
Merge branch 'develop' into MQE-2126
2 parents f8ac3d2 + 3510e9f commit d0afb1c

File tree

81 files changed

+1496
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1496
-408
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ dev/tests/mftf.log
1919
dev/tests/docs/*
2020
dev/tests/_output
2121
dev/tests/functional.suite.yml
22+
mftf-annotations-static-check.txt

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"php": "^7.3",
1313
"ext-curl": "*",
1414
"ext-dom": "*",
15+
"ext-intl": "*",
1516
"ext-json": "*",
1617
"ext-openssl": "*",
17-
"ext-intl": "*",
1818
"allure-framework/allure-codeception": "~1.4.0",
1919
"aws/aws-sdk-php": "^3.132",
2020
"codeception/codeception": "~4.1.4",
@@ -27,6 +27,7 @@
2727
"monolog/monolog": "^1.17",
2828
"mustache/mustache": "~2.5",
2929
"php-webdriver/webdriver": "^1.8.0",
30+
"spomky-labs/otphp": "^10.0",
3031
"symfony/console": "^4.4",
3132
"symfony/finder": "^5.0",
3233
"symfony/mime": "^5.0",

composer.lock

Lines changed: 330 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)