Skip to content

Commit 52b936d

Browse files
committed
AC-10394: Upgraded phpunit/phpunit to version 10 and related dependencies
1 parent 03621bb commit 52b936d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,25 @@
9292
"wikimedia/less.php": "^3.2"
9393
},
9494
"require-dev": {
95-
"allure-framework/allure-phpunit": "^2",
95+
"allure-framework/allure-phpunit": "^3",
9696
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
9797
"dg/bypass-finals": "^1.4",
9898
"friendsofphp/php-cs-fixer": "^3.22",
9999
"lusitanian/oauth": "^0.8",
100100
"magento/magento-coding-standard": "*",
101-
"magento/magento2-functional-testing-framework": "^4.6",
101+
"magento/magento2-functional-testing-framework": "dev-ACQE-5710_ver1",
102102
"pdepend/pdepend": "^2.10",
103103
"phpmd/phpmd": "^2.12",
104104
"phpstan/phpstan": "^1.9",
105-
"phpunit/phpunit": "^9.5",
106-
"sebastian/phpcpd": "^6.0",
105+
"phpunit/phpunit": "^10.0",
107106
"symfony/finder": "^5.4"
108107
},
108+
"repositories": [
109+
{
110+
"type" : "vcs",
111+
"url" : "[email protected]:magento-gl/magento2-functional-testing-framework.git"
112+
}
113+
],
109114
"suggest": {
110115
"ext-pcntl": "Need for run processes in parallel mode"
111116
},
@@ -387,7 +392,7 @@
387392
"exclude-from-classmap": [
388393
"**/dev/**",
389394
"**/update/**",
390-
"**/Test/**"
395+
"*/*/Test/**/*Test"
391396
]
392397
},
393398
"autoload-dev": {

0 commit comments

Comments
 (0)