Skip to content

Commit bc2e858

Browse files
committed
AC-11633::Unit test failure with PHP 8.3 in Jenkins Build
1 parent 4fb4226 commit bc2e858

File tree

2 files changed

+50
-69
lines changed

2 files changed

+50
-69
lines changed

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
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-
],
2519
"require": {
2620
"php": "~8.1.0||~8.2.0||~8.3.0",
2721
"ext-bcmath": "*",
@@ -103,7 +97,7 @@
10397
"dg/bypass-finals": "^1.4",
10498
"friendsofphp/php-cs-fixer": "^3.22",
10599
"lusitanian/oauth": "^0.8",
106-
"magento/magento-coding-standard": "dev-AC-11385",
100+
"magento/magento-coding-standard": "*",
107101
"magento/magento2-functional-testing-framework": "^4.7",
108102
"pdepend/pdepend": "^2.10",
109103
"phpmd/phpmd": "^2.12",
@@ -212,7 +206,6 @@
212206
"magento/module-indexer": "*",
213207
"magento/module-instant-purchase": "*",
214208
"magento/module-integration": "*",
215-
"magento/module-integration-graph-ql": "*",
216209
"magento/module-layered-navigation": "*",
217210
"magento/module-login-as-customer": "*",
218211
"magento/module-login-as-customer-admin-ui": "*",

composer.lock

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

0 commit comments

Comments
 (0)