Skip to content

Commit 5092546

Browse files
committed
AC-13735::Change dependencies in 2.4-develop branch to github repos instead of packages on the repo.magento.com
1 parent 50efd78 commit 5092546

File tree

4 files changed

+39
-252
lines changed

4 files changed

+39
-252
lines changed

app/code/Magento/Captcha/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/module-store": "*",
1515
"magento/module-authorization": "*",
1616
"laminas/laminas-captcha": "^2.18",
17-
"magento/laminas-db": "^1.0.0"
17+
"magento/magento-zf-db": "^3.21"
1818
},
1919
"type": "magento2-module",
2020
"license": [

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
{
2121
"type": "composer",
2222
"url": "https://repo.magento.com/"
23-
},
24-
{
25-
"type": "vcs",
26-
"url": "git@github.com:magento/magento-allure-phpunit.git"
27-
},
28-
{
29-
"type": "vcs",
30-
"url": "git@github.com:magento/magento-zf-db.git"
3123
}
3224
],
3325
"require": {
@@ -62,7 +54,7 @@
6254
"guzzlehttp/guzzle": "^7.5",
6355
"laminas/laminas-captcha": "^2.18",
6456
"laminas/laminas-code": "^4.13",
65-
"magento/magento-zf-db": "2.21.x-dev",
57+
"magento/magento-zf-db": "^3.21",
6658
"laminas/laminas-di": "^3.15",
6759
"laminas/laminas-escaper": "^2.13",
6860
"laminas/laminas-eventmanager": "^3.11",
@@ -107,7 +99,7 @@
10799
"wikimedia/less.php": "^5.0"
108100
},
109101
"require-dev": {
110-
"magento/magento-allure-phpunit": "dev-main",
102+
"magento/magento-allure-phpunit": "^3.0",
111103
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
112104
"dg/bypass-finals": "^1.4",
113105
"friendsofphp/php-cs-fixer": "^3.22",

0 commit comments

Comments
 (0)