Skip to content

Commit 07daf46

Browse files
committed
AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent 60d02d2 commit 07daf46

File tree

2 files changed

+5102
-5207
lines changed

2 files changed

+5102
-5207
lines changed

composer.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"sort-packages": true
1818
},
1919
"repositories": [
20-
{
21-
"type": "vcs",
22-
"url": "[email protected]:magento-commerce/laminas-captcha.git"
23-
},
2420
{
2521
"type": "vcs",
2622
"url": "[email protected]:magento-commerce/laminas-db.git"
@@ -33,10 +29,6 @@
3329
"type": "vcs",
3430
"url": "[email protected]:magento-commerce/laminas-di.git"
3531
},
36-
{
37-
"type": "vcs",
38-
"url": "[email protected]:magento-gl/composer.git"
39-
},
4032
{
4133
"type": "vcs",
4234
"url": "[email protected]:magento-commerce/allure-phpunit.git"
@@ -57,14 +49,6 @@
5749
"type": "vcs",
5850
"url": "[email protected]:magento-commerce/laminas-oauth.git"
5951
},
60-
{
61-
"type": "vcs",
62-
"url": "[email protected]:magento-commerce/magento-module-sequence.git"
63-
},
64-
{
65-
"type": "vcs",
66-
"url": "[email protected]:magento-gl/magento2-functional-testing-framework.git"
67-
},
6852
{
6953
"type": "vcs",
7054
"url": "[email protected]:magento-commerce/magento-recaptcha.git"
@@ -114,7 +98,7 @@
11498
"magento/elasticsearch": "dev-develop",
11599
"ezyang/htmlpurifier": "^4.17",
116100
"guzzlehttp/guzzle": "^7.5",
117-
"magento/laminas-captcha": "dev-develop",
101+
"laminas/laminas-captcha": "^2.18",
118102
"laminas/laminas-code": "^4.13",
119103
"magento/laminas-db": "dev-develop",
120104
"magento/laminas-di": "dev-develop",
@@ -138,7 +122,7 @@
138122
"laminas/laminas-validator": "^2.23",
139123
"league/flysystem": "^3.0",
140124
"league/flysystem-aws-s3-v3": "^3.0",
141-
"magento/composer": "dev-AC-13307",
125+
"magento/composer": "dev-develop",
142126
"magento/composer-dependency-version-audit-plugin": "^0.1",
143127
"magento/magento-composer-installer": ">=0.4.0",
144128
"magento/zend-cache": "^1.16",
@@ -161,7 +145,6 @@
161145
"web-token/jwt-framework": "^3.4",
162146
"webonyx/graphql-php": "^15.0",
163147
"wikimedia/less.php": "^5.0",
164-
"magento/module-sequence": "dev-develop",
165148
"magento/recaptcha": "dev-develop",
166149
"magento/stock-api-libphp": "dev-develop",
167150
"magento/ringphp": "dev-develop"
@@ -173,7 +156,7 @@
173156
"friendsofphp/php-cs-fixer": "^3.22",
174157
"magento/oauth": "dev-develop",
175158
"magento/magento-coding-standard": "*",
176-
"magento/magento2-functional-testing-framework": "dev-AC-13306",
159+
"magento/magento2-functional-testing-framework": "^5.0",
177160
"pdepend/pdepend": "3.x-dev",
178161
"phpmd/phpmd": "3.x-dev",
179162
"phpstan/phpstan": "^1.9",

0 commit comments

Comments
 (0)