File tree Expand file tree Collapse file tree 11 files changed +93
-71
lines changed Expand file tree Collapse file tree 11 files changed +93
-71
lines changed 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" : " 1.0.2" ,
4
10
"require" : {
5
11
"php" : " ~7.3.0||~7.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-ims-api" : " *" ,
13
+ "magento/module-adobe-ims-api" : " 1.0. *" ,
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" : " ~7.3.0||~7.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.0.2" ,
10
+ "require" : {
11
+ "php" : " ~7.3.0||~7.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-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.0.2" ,
4
10
"require" : {
5
11
"php" : " ~7.3.0||~7.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-ims-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
13
+ "magento/module-adobe-ims-api" : " 1.0. *" ,
14
+ "magento/module-adobe-stock-client-api" : " 1.0. *" ,
9
15
"magento/module-backend" : " *" ,
10
16
"magento/module-config" : " *"
11
17
},
12
18
"suggest" : {
13
19
"magento/module-cms" : " *"
14
20
},
15
- "type" : " magento2-module" ,
16
- "license" : [
17
- " OSL-3.0" ,
18
- " AFL-3.0"
19
- ],
20
21
"autoload" : {
21
22
"files" : [
22
23
" registration.php"
26
27
}
27
28
}
28
29
}
30
+
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.0.2" ,
4
10
"require" : {
5
11
"php" : " ~7.3.0||~7.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" : " 1.0. *" ,
14
+ "magento/module-adobe-stock-client-api" : " 1.0. *" ,
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"
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-stock-asset-api" ,
3
3
"description" : " Magento module responsible for Adobe Stock assets handling on Magento side" ,
4
- "require" : {
5
- "php" : " ~7.3.0||~7.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.0.2" ,
10
+ "require" : {
11
+ "php" : " ~7.3.0||~7.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
- "require" : {
5
- "php" : " ~7.3.0||~7.4.0" ,
6
- "magento/framework" : " *" ,
7
- "magento/module-adobe-ims-api" : " *" ,
8
- "magento/module-adobe-stock-client-api" : " *" ,
9
- "astock/stock-api-libphp" : " ^1.1.3"
10
- },
11
4
"type" : " magento2-module" ,
12
5
"license" : [
13
6
" OSL-3.0" ,
14
7
" AFL-3.0"
15
8
],
9
+ "version" : " 1.0.2" ,
10
+ "require" : {
11
+ "php" : " ~7.3.0||~7.4.0" ,
12
+ "magento/framework" : " *" ,
13
+ "magento/module-adobe-ims-api" : " 1.0.*" ,
14
+ "magento/module-adobe-stock-client-api" : " 1.0.*" ,
15
+ "astock/stock-api-libphp" : " ^1.1.3"
16
+ },
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" : " ~7.3.0||~7.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.0.2" ,
10
+ "require" : {
11
+ "php" : " ~7.3.0||~7.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.0.2-p2" ,
4
10
"require" : {
5
11
"php" : " ~7.3.0||~7.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" : " 1.0. *" ,
14
+ "magento/module-adobe-stock-asset-api" : " 1.0. *" ,
15
+ "magento/module-adobe-stock-image-api" : " 1.0. *" ,
10
16
"magento/module-media-gallery-api" : " *"
11
17
},
12
18
"suggest" : {
13
19
"magento/module-catalog" : " *"
14
20
},
15
- "type" : " magento2-module" ,
16
- "license" : [
17
- " OSL-3.0" ,
18
- " AFL-3.0"
19
- ],
20
21
"autoload" : {
21
22
"files" : [
22
23
" registration.php"
26
27
}
27
28
}
28
29
}
30
+
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.0.3-p2" ,
4
10
"require" : {
5
11
"php" : " ~7.3.0||~7.4.0" ,
6
12
"magento/framework" : " *" ,
7
- "magento/module-adobe-ims" : " *" ,
8
- "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" : " *" ,
13
+ "magento/module-adobe-ims" : " 1.0. *" ,
14
+ "magento/module-adobe-ims-api" : " 1.0. *" ,
15
+ "magento/module-adobe-stock-asset-api" : " 1.0. *" ,
16
+ "magento/module-adobe-stock-image-api" : " 1.0. *" ,
17
+ "magento/module-adobe-stock-client-api" : " 1.0. *" ,
12
18
"magento/module-backend" : " *" ,
13
19
"magento/module-ui" : " *"
14
20
},
15
21
"suggest" : {
16
22
"magento/module-cms" : " *"
17
23
},
18
- "type" : " magento2-module" ,
19
- "license" : [
20
- " OSL-3.0" ,
21
- " AFL-3.0"
22
- ],
23
24
"autoload" : {
24
25
"files" : [
25
26
" registration.php"
29
30
}
30
31
}
31
32
}
33
+
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" : " ~7.3.0||~7.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.0.2" ,
10
+ "require" : {
11
+ "php" : " ~7.3.0||~7.4.0" ,
12
+ "magento/framework" : " *"
13
+ },
13
14
"autoload" : {
14
15
"files" : [
15
16
" registration.php"
19
20
}
20
21
}
21
22
}
23
+
You can’t perform that action at this time.
0 commit comments