File tree Expand file tree Collapse file tree 5 files changed +40
-30
lines changed
AdminAdobeImsTwoFactorAuth Expand file tree Collapse file tree 5 files changed +40
-30
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-admin-adobe-ims" ,
3
3
"description" : " N/A" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
4
9
"config" : {
5
10
"sort-packages" : true
6
11
},
12
+ "version" : " 100.5.3" ,
7
13
"require" : {
8
14
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
9
15
"magento/framework" : " *" ,
10
- "magento/module-adobe-ims" : " *" ,
11
- "magento/module-adobe-ims-api" : " *" ,
16
+ "magento/module-adobe-ims" : " 2.2. *" ,
17
+ "magento/module-adobe-ims-api" : " 2.2. *" ,
12
18
"magento/module-config" : " *" ,
13
19
"magento/module-backend" : " *" ,
14
20
"magento/module-user" : " *" ,
23
29
"suggest" : {
24
30
"magento/module-theme" : " *"
25
31
},
26
- "type" : " magento2-module" ,
27
- "license" : [
28
- " OSL-3.0" ,
29
- " AFL-3.0"
30
- ],
31
32
"autoload" : {
32
33
"files" : [
33
34
" registration.php"
37
38
}
38
39
}
39
40
}
41
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-admin-adobe-ims-two-factor-auth" ,
3
3
"description" : " This module is used to add Admin Adobe Ims and Two Factor Auth dependency." ,
4
+ "type" : " magento2-module" ,
5
+ "license" : " OSL-3.0" ,
6
+ "version" : " 1.0.2" ,
4
7
"require" : {
5
8
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
9
"magento/framework" : " *" ,
7
- "magento/module-admin-adobe-ims" : " *" ,
10
+ "magento/module-admin-adobe-ims" : " 100.5. *" ,
8
11
"magento/module-two-factor-auth" : " *"
9
12
},
10
- "type" : " magento2-module" ,
11
- "license" : " OSL-3.0" ,
12
13
"autoload" : {
13
14
"files" : [
14
15
" registration.php"
18
19
}
19
20
}
20
21
}
22
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-ims" ,
3
3
"description" : " Magento module responsible for authentication to Adobe services" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 2.2.2" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-ims-api" : " *" ,
13
+ "magento/module-adobe-ims-api" : " 2.2. *" ,
8
14
"magento/module-authorization" : " *" ,
9
15
"magento/module-backend" : " *" ,
10
16
"magento/module-config" : " *" ,
11
17
"magento/module-user" : " *"
12
18
},
13
- "type" : " magento2-module" ,
14
- "license" : [
15
- " OSL-3.0" ,
16
- " AFL-3.0"
17
- ],
18
19
"autoload" : {
19
20
"files" : [
20
21
" registration.php"
24
25
}
25
26
}
26
27
}
28
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-ims-api" ,
3
3
"description" : " Implementation of Magento module responsible for authentication to Adobe services" ,
4
- "require" : {
5
- "php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
- "magento/framework" : " *"
7
- },
8
4
"type" : " magento2-module" ,
9
5
"license" : [
10
6
" OSL-3.0" ,
11
7
" AFL-3.0"
12
8
],
9
+ "version" : " 2.2.2" ,
10
+ "require" : {
11
+ "php" : " ~8.2.0||~8.3.0||~8.4.0" ,
12
+ "magento/framework" : " *"
13
+ },
13
14
"autoload" : {
14
15
"files" : [
15
16
" registration.php"
19
20
}
20
21
}
21
22
}
23
+
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " adobe-commerce/adobe-ims-metapackage" ,
3
- "description" : " Adobe IMS Integration" ,
4
- "type" : " metapackage" ,
5
- "require" : {
6
- "php" : " ~8.2.0||~8.3.0||~8.4.0" ,
7
- "magento/module-admin-adobe-ims" : " *" ,
8
- "magento/module-admin-adobe-ims-two-factor-auth" : " *" ,
9
- "magento/module-adobe-ims" : " *" ,
10
- "magento/module-adobe-ims-api" : " *"
11
- }
2
+ "name" : " adobe-commerce/adobe-ims-metapackage" ,
3
+ "description" : " Adobe IMS Integration" ,
4
+ "type" : " metapackage" ,
5
+ "version" : " 2.2.3" ,
6
+ "require" : {
7
+ "php" : " ~8.2.0||~8.3.0||~8.4.0" ,
8
+ "magento/module-admin-adobe-ims" : " 100.5.3" ,
9
+ "magento/module-admin-adobe-ims-two-factor-auth" : " 1.0.2" ,
10
+ "magento/module-adobe-ims" : " 2.2.2" ,
11
+ "magento/module-adobe-ims-api" : " 2.2.2"
12
+ }
12
13
}
14
+
You can’t perform that action at this time.
0 commit comments