Skip to content

Commit 3845dab

Browse files
committed
Resolve the hard dependency issue
1 parent 3acf175 commit 3845dab

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
/**
3+
* Copyright 2025 Adobe
4+
* All Rights Reserved.
5+
*/
6+
declare(strict_types=1);
7+
8+
return [
9+
'Magento\Elasticsearch' => [
10+
'magento/elasticsearch' => 'magento/elasticsearch',
11+
],
12+
'Magento\Elasticsearch7' => [
13+
'magento/elasticsearch' => 'magento/elasticsearch',
14+
],
15+
'Magento\Captcha' => [
16+
'magento/laminas-db' => 'magento/laminas-db',
17+
]
18+
];
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2020 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

88
return [
99
'Magento\Checkout' => [
1010
'Magento\Security' => 'Magento\Security'
11+
],
12+
'Magento\ReCaptchaValidation' => [
13+
'magento/recaptcha' => 'magento/recaptcha'
1114
]
1215
];

0 commit comments

Comments
 (0)