We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4f19c commit 5f1523eCopy full SHA for 5f1523e
app/code/Magento/Captcha/composer.json
@@ -4,6 +4,12 @@
4
"config": {
5
"sort-packages": true
6
},
7
+ "repositories": [
8
+ {
9
+ "type": "vcs",
10
+ "url": "git@github.com:magento/magento-zf-db.git"
11
+ }
12
+ ],
13
"require": {
14
"php": "~8.1.0||~8.2.0||~8.3.0",
15
"magento/framework": "*",
@@ -14,7 +20,7 @@
20
"magento/module-store": "*",
21
"magento/module-authorization": "*",
16
22
"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"
18
24
19
25
"type": "magento2-module",
26
"license": [
0 commit comments