Skip to content

Commit f85ccbb

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

File tree

2 files changed

+24
-57
lines changed

2 files changed

+24
-57
lines changed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
"preferred-install": "dist",
1717
"sort-packages": true
1818
},
19-
"repositories": [
20-
{
21-
"type": "vcs",
22-
"url": "git@github.com:magento-commerce/composer.git"
23-
},
24-
{
25-
"type": "vcs",
26-
"url": "git@github.com:glo71317/laminas-db.git"
27-
}
28-
],
2919
"require": {
3020
"php": "~8.1.0||~8.2.0||~8.3.0",
3121
"ext-bcmath": "*",
@@ -57,7 +47,7 @@
5747
"laminas/laminas-code": "^4.13",
5848
"laminas/laminas-di": "^3.13",
5949
"laminas/laminas-file": "^2.13",
60-
"laminas/laminas-db": "dev-php8.3_support",
50+
"laminas/laminas-db": "^2.15",
6151
"laminas/laminas-oauth": "^2.6",
6252
"laminas/laminas-escaper": "^2.13",
6353
"laminas/laminas-eventmanager": "^3.11",

composer.lock

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

0 commit comments

Comments
 (0)