Skip to content

Commit f398cc7

Browse files
ManjushaManjusha
authored andcommitted
mftf_components_upgrade : Components upgrade
1 parent 0638bbf commit f398cc7

File tree

2 files changed

+181
-99
lines changed

2 files changed

+181
-99
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
"mustache/mustache": "~2.5",
3232
"nikic/php-parser": "^4.4",
3333
"php-webdriver/webdriver": "^1.14.0",
34-
"spomky-labs/otphp": "^10.0",
34+
"spomky-labs/otphp": "^10.0||^11.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",
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",
4141
"symfony/process": "^4.4||^5.4",
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)