Skip to content

Commit 73a9cfe

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 d84af0c commit 73a9cfe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
/**
3+
* Copyright 2025 Adobe
4+
* All Rights Reserved.
5+
*/
6+
declare(strict_types=1);
7+
8+
return [
9+
'Magento\Captcha' => [
10+
'Magento\MagentoZfDb' => 'Magento\MagentoZfDb',
11+
]
12+
];

0 commit comments

Comments
 (0)