Skip to content

Commit 0ee7170

Browse files
committed
AC-10982::[2FA] Integrate with Duo Web SDK to support Universal Prompt-Composer dependency changes for Duo library
1 parent da1bb21 commit 0ee7170

File tree

2 files changed

+2507
-775
lines changed

2 files changed

+2507
-775
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"colinmollenhour/credis": "^1.15",
4141
"colinmollenhour/php-redis-session-abstract": "^2.0",
4242
"composer/composer": "^2.0, !=2.2.16",
43+
"duosecurity/duo_universal_php": "^1.0",
4344
"elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0",
4445
"ezyang/htmlpurifier": "^4.17",
4546
"guzzlehttp/guzzle": "^7.5",
@@ -71,6 +72,7 @@
7172
"magento/composer": "^1.10.0-beta1",
7273
"magento/composer-dependency-version-audit-plugin": "^0.1",
7374
"magento/magento-composer-installer": ">=0.4.0",
75+
"magento/security-package": "dev-develop",
7476
"magento/zend-cache": "^1.16",
7577
"magento/zend-db": "^1.16",
7678
"magento/zend-pdf": "^1.16",
@@ -400,5 +402,12 @@
400402
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/"
401403
}
402404
},
403-
"prefer-stable": true
405+
"prefer-stable": true,
406+
"minimum-stability": "dev",
407+
"repositories": {
408+
"ext": {
409+
"type": "path",
410+
"url": "./ext/*/*/*"
411+
}
412+
}
404413
}

0 commit comments

Comments
 (0)