Skip to content

Commit eb6ba79

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3
1 parent b32ee31 commit eb6ba79

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"repositories": [
2020
{
2121
"type": "vcs",
22-
"url": "git@github.com:magento-gl/composer.git"
22+
"url": "git@github.com:magento-commerce/composer.git"
2323
},
2424
{
2525
"type": "vcs",
26-
"url": "git@github.com:magento-gl/magento-coding-standard.git"
26+
"url": "git@github.com:magento-commerce/magento-coding-standard.git"
2727
},
2828
{
2929
"type": "vcs",
@@ -81,7 +81,7 @@
8181
"laminas/laminas-validator": "^2.23",
8282
"league/flysystem": "^2.4",
8383
"league/flysystem-aws-s3-v3": "^2.4",
84-
"magento/composer": "dev-Hammer_PlatForm_Health_247Beta3",
84+
"magento/composer": "dev-develop",
8585
"magento/composer-dependency-version-audit-plugin": "^0.1",
8686
"magento/magento-composer-installer": ">=0.4.0",
8787
"magento/zend-cache": "^1.16",
@@ -110,7 +110,7 @@
110110
"dg/bypass-finals": "^1.4",
111111
"friendsofphp/php-cs-fixer": "^3.22",
112112
"lusitanian/oauth": "^0.8",
113-
"magento/magento-coding-standard": "dev-Hammer_PlatForm_Health_247Beta3",
113+
"magento/magento-coding-standard": "dev-develop",
114114
"magento/magento2-functional-testing-framework": "^4.6",
115115
"pdepend/pdepend": "^2.10",
116116
"phpmd/phpmd": "^2.12",

composer.lock

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

0 commit comments

Comments
 (0)