Skip to content

Commit 4c6482a

Browse files
authored
Merge pull request #318 from magento-gl/mftf_components_upgrade
Mftf components upgrade
2 parents 3ad2d85 + 024a017 commit 4c6482a

File tree

6 files changed

+257
-126
lines changed

6 files changed

+257
-126
lines changed

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"monolog/monolog": "^2.3",
3131
"mustache/mustache": "~2.5",
3232
"nikic/php-parser": "^4.4",
33-
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
33+
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0",
3535
"symfony/console": "^4.4||^5.4",
36-
"symfony/string": "^5.4",
37-
"symfony/dotenv": "^5.3",
38-
"symfony/finder": "^5.0",
39-
"symfony/http-foundation": "^5.0",
40-
"symfony/mime": "^5.0",
41-
"symfony/process": "^4.4||^5.4",
36+
"symfony/string": "^5.4||^6.3",
37+
"symfony/dotenv": "^5.3||^6.3",
38+
"symfony/finder": "^5.0||^6.3",
39+
"symfony/http-foundation": "^5.0||^6.3",
40+
"symfony/mime": "^5.0||^6.3",
41+
"symfony/process": "<=5.4.23",
4242
"weew/helpers-array": "^1.3",
43-
"doctrine/annotations": "^1.13"
43+
"doctrine/annotations": "^2.0"
4444
},
4545
"require-dev": {
4646
"brainmaestro/composer-git-hooks": "^2.3.1",
@@ -49,7 +49,7 @@
4949
"phpmd/phpmd": "^2.8.0",
5050
"phpunit/phpunit": "<=9.5.20",
5151
"sebastian/phpcpd": "~6.0.0",
52-
"squizlabs/php_codesniffer": "~3.6.0"
52+
"squizlabs/php_codesniffer": "~3.7.0"
5353
},
5454
"suggest": {
5555
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)