Skip to content

Commit af19c96

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

File tree

2 files changed

+101
-1
lines changed

2 files changed

+101
-1
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"type": "vcs",
2222
"url": "git@github.com:magento-commerce/composer.git"
23+
},
24+
{
25+
"type": "vcs",
26+
"url": "git@github.com:glo71317/laminas-db.git"
2327
}
2428
],
2529
"require": {
@@ -53,6 +57,7 @@
5357
"laminas/laminas-code": "^4.13",
5458
"laminas/laminas-di": "^3.13",
5559
"laminas/laminas-file": "^2.13",
60+
"laminas/laminas-db": "dev-php8.3_support",
5661
"laminas/laminas-oauth": "^2.6",
5762
"laminas/laminas-escaper": "^2.13",
5863
"laminas/laminas-eventmanager": "^3.11",

composer.lock

Lines changed: 96 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)