File tree Expand file tree Collapse file tree 9 files changed +73
-55
lines changed Expand file tree Collapse file tree 9 files changed +73
-55
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-admin-ui" ,
3
3
"description" : " Magento module responsible for the admin panel UI implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.5" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-admin-adobe-ims" : " *" ,
8
14
"magento/module-adobe-ims-api" : " *" ,
9
- "magento/module-adobe-stock-client-api" : " *" ,
15
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
10
16
"magento/module-backend" : " *" ,
11
17
"magento/module-config" : " *"
12
18
},
13
19
"suggest" : {
14
20
"magento/module-cms" : " *"
15
21
},
16
- "type" : " magento2-module" ,
17
- "license" : [
18
- " OSL-3.0" ,
19
- " AFL-3.0"
20
- ],
21
22
"autoload" : {
22
23
"files" : [
23
24
" registration.php"
27
28
}
28
29
}
29
30
}
31
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-asset" ,
3
3
"description" : " Magento module responsible for the Adobe Stock assets handling implementation on Magento side" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.4" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-stock-asset-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
13
+ "magento/module-adobe-stock-asset-api" : " 2.0. *" ,
14
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
9
15
"magento/module-media-gallery-api" : " *" ,
10
16
"magento/module-media-gallery" : " *" ,
11
17
"magento/module-config" : " *"
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"
30
31
}
31
32
}
32
33
}
34
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-asset-api" ,
3
3
"description" : " Magento module responsible for Adobe Stock assets handling on Magento side" ,
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.0.4" ,
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
2
"name" : " magento/module-adobe-stock-client" ,
3
3
"description" : " Magento module responsible for interaction with Adobe Stock API implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.5" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-adobe-ims-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
14
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
9
15
"astock/stock-api-libphp" : " ^1.1.6"
10
16
},
11
- "type" : " magento2-module" ,
12
- "license" : [
13
- " OSL-3.0" ,
14
- " AFL-3.0"
15
- ],
16
17
"autoload" : {
17
18
"files" : [
18
19
" registration.php"
22
23
}
23
24
}
24
25
}
26
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-client-api" ,
3
3
"description" : " Magento module responsible for interaction with Adobe Stock API" ,
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.1.5" ,
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
2
"name" : " magento/module-adobe-stock-image" ,
3
3
"description" : " Magento module responsible for the images handling implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.6" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-stock-client-api" : " *" ,
8
- "magento/module-adobe-stock-asset-api" : " *" ,
9
- "magento/module-adobe-stock-image-api" : " *" ,
13
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
14
+ "magento/module-adobe-stock-asset-api" : " 2.0. *" ,
15
+ "magento/module-adobe-stock-image-api" : " 1.3. *" ,
10
16
"magento/module-media-gallery-api" : " *" ,
11
17
"magento/module-media-gallery-synchronization-api" : " *"
12
18
},
13
19
"suggest" : {
14
20
"magento/module-catalog" : " *"
15
21
},
16
- "type" : " magento2-module" ,
17
- "license" : [
18
- " OSL-3.0" ,
19
- " AFL-3.0"
20
- ],
21
22
"autoload" : {
22
23
"files" : [
23
24
" registration.php"
27
28
}
28
29
}
29
30
}
31
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-image-admin-ui" ,
3
3
"description" : " Magento module responsible for the admin panel images UI implementation" ,
4
+ "type" : " magento2-module" ,
5
+ "license" : [
6
+ " OSL-3.0" ,
7
+ " AFL-3.0"
8
+ ],
9
+ "version" : " 1.3.6" ,
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-adobe-ims" : " *" ,
8
14
"magento/module-adobe-ims-api" : " *" ,
9
- "magento/module-adobe-stock-asset-api" : " *" ,
10
- "magento/module-adobe-stock-image-api" : " *" ,
11
- "magento/module-adobe-stock-client-api" : " *" ,
15
+ "magento/module-adobe-stock-asset-api" : " 2.0. *" ,
16
+ "magento/module-adobe-stock-image-api" : " 1.3. *" ,
17
+ "magento/module-adobe-stock-client-api" : " 2.1. *" ,
12
18
"magento/module-backend" : " *" ,
13
19
"magento/module-ui" : " *" ,
14
20
"magento/module-media-gallery-ui" : " *" ,
17
23
"suggest" : {
18
24
"magento/module-cms" : " *"
19
25
},
20
- "type" : " magento2-module" ,
21
- "license" : [
22
- " OSL-3.0" ,
23
- " AFL-3.0"
24
- ],
25
26
"autoload" : {
26
27
"files" : [
27
28
" registration.php"
31
32
}
32
33
}
33
34
}
35
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-adobe-stock-image-api" ,
3
3
"description" : " Magento module responsible for the images handling" ,
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" : " 1.3.4" ,
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 2
2
"name" : " magento/adobe-stock-integration" ,
3
3
"description" : " Adobe Stock integration" ,
4
4
"type" : " metapackage" ,
5
+ "version" : " 2.1.7-p1" ,
5
6
"require" : {
6
- "magento/module-adobe-stock-asset" : " * " ,
7
- "magento/module-adobe-stock-asset-api" : " * " ,
8
- "magento/module-adobe-stock-image" : " * " ,
9
- "magento/module-adobe-stock-image-admin-ui" : " * " ,
10
- "magento/module-adobe-stock-image-api" : " * " ,
11
- "magento/module-adobe-stock-client" : " * " ,
12
- "magento/module-adobe-stock-client-api" : " * " ,
13
- "magento/module-adobe-stock-admin-ui" : " * "
7
+ "magento/module-adobe-stock-asset" : " 1.3.4 " ,
8
+ "magento/module-adobe-stock-asset-api" : " 2.0.4 " ,
9
+ "magento/module-adobe-stock-image" : " 1.3.6 " ,
10
+ "magento/module-adobe-stock-image-admin-ui" : " 1.3.6 " ,
11
+ "magento/module-adobe-stock-image-api" : " 1.3.4 " ,
12
+ "magento/module-adobe-stock-client" : " 1.3.5 " ,
13
+ "magento/module-adobe-stock-client-api" : " 2.1.5 " ,
14
+ "magento/module-adobe-stock-admin-ui" : " 1.3.5 "
14
15
}
15
16
}
17
+
You can’t perform that action at this time.
0 commit comments