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 9d751c5 commit d90cd51Copy full SHA for d90cd51
composer.json
@@ -98,13 +98,14 @@
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.0",
102
"pdepend/pdepend": "^2.10",
103
"phpmd/phpmd": "^2.12",
104
"phpstan/phpstan": "^1.9",
105
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "<=9.5.22",
106
"sebastian/phpcpd": "^6.0",
107
- "symfony/finder": "^5.4"
+ "symfony/finder": "^5.4",
108
+ "sebastian/comparator": "<=4.0.6"
109
},
110
"suggest": {
111
"ext-pcntl": "Need for run processes in parallel mode"
0 commit comments