Skip to content

Commit ff420f4

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 71bfd9a commit ff420f4

File tree

2 files changed

+538
-352
lines changed

2 files changed

+538
-352
lines changed

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
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"
2331
}
2432
],
2533
"require": {
@@ -54,8 +62,8 @@
5462
"guzzlehttp/guzzle": "^7.5",
5563
"laminas/laminas-captcha": "^2.18",
5664
"laminas/laminas-code": "^4.13",
57-
"magento/laminas-db": "^1.0.0",
58-
"magento/laminas-di": "^1.0.0",
65+
"magento/magento-zf-db": "2.21.x-dev",
66+
"laminas/laminas-di": "^3.15",
5967
"laminas/laminas-escaper": "^2.13",
6068
"laminas/laminas-eventmanager": "^3.11",
6169
"laminas/laminas-feed": "^2.22",
@@ -98,11 +106,10 @@
98106
"tubalmartin/cssmin": "^4.1",
99107
"web-token/jwt-framework": "^3.4",
100108
"webonyx/graphql-php": "^15.0",
101-
"wikimedia/less.php": "^5.0",
102-
"magento/ringphp": "^1.0.0"
109+
"wikimedia/less.php": "^5.0"
103110
},
104111
"require-dev": {
105-
"magento/allure-phpunit": "^1.0.0",
112+
"magento/magento-allure-phpunit": "dev-main",
106113
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
107114
"dg/bypass-finals": "^1.4",
108115
"friendsofphp/php-cs-fixer": "^3.22",

0 commit comments

Comments
 (0)