Skip to content

Commit 9e7993f

Browse files
committed
ACQE-5710 : PHP 8.3 upgrade
1 parent 6f5a25e commit 9e7993f

File tree

2 files changed

+297
-534
lines changed

2 files changed

+297
-534
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"OSL-3.0",
77
"AFL-3.0"
88
],
9+
"repositories": [
10+
{
11+
"type": "vcs",
12+
"url": "https://github.com/magento-gl/magento2-functional-testing-framework"
13+
}
14+
],
915
"config": {
1016
"allow-plugins": {
1117
"dealerdirect/phpcodesniffer-composer-installer": true,
@@ -98,7 +104,7 @@
98104
"friendsofphp/php-cs-fixer": "^3.22",
99105
"lusitanian/oauth": "^0.8",
100106
"magento/magento-coding-standard": "*",
101-
"magento/magento2-functional-testing-framework": "^4.4.2",
107+
"magento/magento2-functional-testing-framework": "dev-ACQE-5710",
102108
"pdepend/pdepend": "^2.10",
103109
"phpmd/phpmd": "^2.12",
104110
"phpstan/phpstan": "^1.9",

0 commit comments

Comments
 (0)