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 11{
22 "name" : " magento/module-adobe-ims" ,
33 "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" ,
410 "require" : {
511 "php" : " ~7.3.0||~7.4.0" ,
612 "magento/framework" : " *" ,
7- "magento/module-adobe-ims-api" : " *" ,
13+ "magento/module-adobe-ims-api" : " 1.0. *" ,
814 "magento/module-authorization" : " *" ,
915 "magento/module-backend" : " *" ,
1016 "magento/module-config" : " *" ,
1117 "magento/module-user" : " *"
1218 },
13- "type" : " magento2-module" ,
14- "license" : [
15- " OSL-3.0" ,
16- " AFL-3.0"
17- ],
1819 "autoload" : {
1920 "files" : [
2021 " registration.php"
2425 }
2526 }
2627}
28+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-ims-api" ,
33 "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- },
84 "type" : " magento2-module" ,
95 "license" : [
106 " OSL-3.0" ,
117 " AFL-3.0"
128 ],
9+ "version" : " 1.0.2" ,
10+ "require" : {
11+ "php" : " ~7.3.0||~7.4.0" ,
12+ "magento/framework" : " *"
13+ },
1314 "autoload" : {
1415 "files" : [
1516 " registration.php"
1920 }
2021 }
2122}
23+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-admin-ui" ,
33 "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" ,
410 "require" : {
511 "php" : " ~7.3.0||~7.4.0" ,
612 "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. *" ,
915 "magento/module-backend" : " *" ,
1016 "magento/module-config" : " *"
1117 },
1218 "suggest" : {
1319 "magento/module-cms" : " *"
1420 },
15- "type" : " magento2-module" ,
16- "license" : [
17- " OSL-3.0" ,
18- " AFL-3.0"
19- ],
2021 "autoload" : {
2122 "files" : [
2223 " registration.php"
2627 }
2728 }
2829}
30+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-asset" ,
33 "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" ,
410 "require" : {
511 "php" : " ~7.3.0||~7.4.0" ,
612 "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. *" ,
915 "magento/module-media-gallery-api" : " *" ,
1016 "magento/module-media-gallery" : " *" ,
1117 "magento/module-config" : " *"
1218 },
13- "type" : " magento2-module" ,
14- "license" : [
15- " OSL-3.0" ,
16- " AFL-3.0"
17- ],
1819 "autoload" : {
1920 "files" : [
2021 " registration.php"
2425 }
2526 }
2627}
28+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-asset-api" ,
33 "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- },
84 "type" : " magento2-module" ,
95 "license" : [
106 " OSL-3.0" ,
117 " AFL-3.0"
128 ],
9+ "version" : " 1.0.2" ,
10+ "require" : {
11+ "php" : " ~7.3.0||~7.4.0" ,
12+ "magento/framework" : " *"
13+ },
1314 "autoload" : {
1415 "files" : [
1516 " registration.php"
1920 }
2021 }
2122}
23+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-client" ,
33 "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- },
114 "type" : " magento2-module" ,
125 "license" : [
136 " OSL-3.0" ,
147 " AFL-3.0"
158 ],
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+ },
1617 "autoload" : {
1718 "files" : [
1819 " registration.php"
2223 }
2324 }
2425}
26+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-client-api" ,
33 "description" : " Magento module responsible for interaction with Adobe Stock API" ,
4- "require" : {
5- "php" : " ~7.3.0||~7.4.0" ,
6- "magento/framework" : " *"
7- },
84 "type" : " magento2-module" ,
95 "license" : [
106 " OSL-3.0" ,
117 " AFL-3.0"
128 ],
9+ "version" : " 1.0.2" ,
10+ "require" : {
11+ "php" : " ~7.3.0||~7.4.0" ,
12+ "magento/framework" : " *"
13+ },
1314 "autoload" : {
1415 "files" : [
1516 " registration.php"
1920 }
2021 }
2122}
23+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-image" ,
33 "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" ,
410 "require" : {
511 "php" : " ~7.3.0||~7.4.0" ,
612 "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. *" ,
1016 "magento/module-media-gallery-api" : " *"
1117 },
1218 "suggest" : {
1319 "magento/module-catalog" : " *"
1420 },
15- "type" : " magento2-module" ,
16- "license" : [
17- " OSL-3.0" ,
18- " AFL-3.0"
19- ],
2021 "autoload" : {
2122 "files" : [
2223 " registration.php"
2627 }
2728 }
2829}
30+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-image-admin-ui" ,
33 "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" ,
410 "require" : {
511 "php" : " ~7.3.0||~7.4.0" ,
612 "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. *" ,
1218 "magento/module-backend" : " *" ,
1319 "magento/module-ui" : " *"
1420 },
1521 "suggest" : {
1622 "magento/module-cms" : " *"
1723 },
18- "type" : " magento2-module" ,
19- "license" : [
20- " OSL-3.0" ,
21- " AFL-3.0"
22- ],
2324 "autoload" : {
2425 "files" : [
2526 " registration.php"
2930 }
3031 }
3132}
33+
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-adobe-stock-image-api" ,
33 "description" : " Magento module responsible for the images handling" ,
4- "require" : {
5- "php" : " ~7.3.0||~7.4.0" ,
6- "magento/framework" : " *"
7- },
84 "type" : " magento2-module" ,
95 "license" : [
106 " OSL-3.0" ,
117 " AFL-3.0"
128 ],
9+ "version" : " 1.0.2" ,
10+ "require" : {
11+ "php" : " ~7.3.0||~7.4.0" ,
12+ "magento/framework" : " *"
13+ },
1314 "autoload" : {
1415 "files" : [
1516 " registration.php"
1920 }
2021 }
2122}
23+
You can’t perform that action at this time.
0 commit comments