Skip to content

Commit 5f1523e

Browse files
committed
AC-10874::Use public fork for laminas-db support PHP 8.3
1 parent af4f19c commit 5f1523e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/Captcha/composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"config": {
55
"sort-packages": true
66
},
7+
"repositories": [
8+
{
9+
"type": "vcs",
10+
"url": "git@github.com:magento/magento-zf-db.git"
11+
}
12+
],
713
"require": {
814
"php": "~8.1.0||~8.2.0||~8.3.0",
915
"magento/framework": "*",
@@ -14,7 +20,7 @@
1420
"magento/module-store": "*",
1521
"magento/module-authorization": "*",
1622
"laminas/laminas-captcha": "^2.12",
17-
"laminas/laminas-db | magento/magento-zf-db": "^3.18.0 | 2.19.x-dev"
23+
"magento/magento-zf-db": "2.19.x-dev"
1824
},
1925
"type": "magento2-module",
2026
"license": [

0 commit comments

Comments
 (0)