Skip to content

Commit f8ebefb

Browse files
committed
AC-11633::Unit test failure with PHP 8.3 in Jenkins Build
1 parent 61c8e43 commit f8ebefb

File tree

2 files changed

+68
-50
lines changed

2 files changed

+68
-50
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"preferred-install": "dist",
1717
"sort-packages": true
1818
},
19+
"repositories": [
20+
{
21+
"type": "vcs",
22+
"url": "git@github.com:magento-gl/magento-coding-standard.git"
23+
}
24+
],
1925
"require": {
2026
"php": "~8.1.0||~8.2.0||~8.3.0",
2127
"ext-bcmath": "*",
@@ -97,7 +103,7 @@
97103
"dg/bypass-finals": "^1.4",
98104
"friendsofphp/php-cs-fixer": "^3.22",
99105
"lusitanian/oauth": "^0.8",
100-
"magento/magento-coding-standard": "*",
106+
"magento/magento-coding-standard": "dev-AC-11385",
101107
"magento/magento2-functional-testing-framework": "^4.7",
102108
"pdepend/pdepend": "^2.10",
103109
"phpmd/phpmd": "^2.12",

composer.lock

Lines changed: 61 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)