We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000da7e commit b769cd4Copy full SHA for b769cd4
composer.json
@@ -98,13 +98,15 @@
98
"friendsofphp/php-cs-fixer": "^3.8",
99
"lusitanian/oauth": "^0.8",
100
"magento/magento-coding-standard": "*",
101
- "magento/magento2-functional-testing-framework": "^4.2.1",
+ "magento/magento2-functional-testing-framework": "^4.3.2",
102
"pdepend/pdepend": "^2.10",
103
"phpmd/phpmd": "^2.12",
104
"phpstan/phpstan": "^1.9",
105
"phpunit/phpunit": "^9.5",
106
"sebastian/phpcpd": "^6.0",
107
- "symfony/finder": "^5.4"
+ "symfony/finder": "^5.4",
108
+ "sebastian/comparator": "<=4.0.6",
109
+ "symfony/process": "<=v5.4.23"
110
},
111
"suggest": {
112
"ext-pcntl": "Need for run processes in parallel mode"
0 commit comments