Skip to content

Commit f5dec44

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

File tree

3 files changed

+76
-111
lines changed

3 files changed

+76
-111
lines changed

app/code/Magento/Captcha/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
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-
],
137
"require": {
148
"php": "~8.1.0||~8.2.0||~8.3.0",
159
"magento/framework": "*",
@@ -20,7 +14,7 @@
2014
"magento/module-store": "*",
2115
"magento/module-authorization": "*",
2216
"laminas/laminas-captcha": "^2.12",
23-
"magento/magento-zf-db": "2.19.x-dev"
17+
"laminas/laminas-db": "2.19.x-dev"
2418
},
2519
"type": "magento2-module",
2620
"license": [

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
"preferred-install": "dist",
1717
"sort-packages": true
1818
},
19-
"repositories": [
20-
{
21-
"type": "vcs",
22-
"url": "git@github.com:magento/magento-zf-db.git"
23-
}
24-
],
2519
"require": {
2620
"php": "~8.1.0||~8.2.0||~8.3.0",
2721
"ext-bcmath": "*",
@@ -53,7 +47,7 @@
5347
"laminas/laminas-code": "^4.13",
5448
"laminas/laminas-di": "^3.13",
5549
"laminas/laminas-file": "^2.13",
56-
"magento/magento-zf-db": "2.19.x-dev",
50+
"laminas/laminas-db": "^2.19.x-dev",
5751
"laminas/laminas-oauth": "^2.6",
5852
"laminas/laminas-escaper": "^2.13",
5953
"laminas/laminas-eventmanager": "^3.11",

composer.lock

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

0 commit comments

Comments
 (0)