Skip to content

Commit 65170c0

Browse files
committed
Dependency versions update
1 parent 634da72 commit 65170c0

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

AdobeIms/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Magento module responsible for authentication to Adobe services",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-ims-api": "1.*.*",
8-
"magento/module-authorization": "*",
9-
"magento/module-backend": "*",
10-
"magento/module-config": "*",
11-
"magento/module-user": "*"
8+
"magento/module-authorization": "~100.3.4",
9+
"magento/module-backend": "~101.0.4",
10+
"magento/module-config": "~101.1.4",
11+
"magento/module-user": "~101.1.4"
1212
},
1313
"type": "magento2-module",
1414
"license": [

AdobeImsApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Implementation of Magento module responsible for authentication to Adobe services",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*"
6+
"magento/framework": "~102.0.4"
77
},
88
"type": "magento2-module",
99
"license": [

AdobeStockAdminUi/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Magento module responsible for the admin panel UI implementation",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-ims-api": "1.*.*",
88
"magento/module-adobe-stock-client-api": "1.*.*",
9-
"magento/module-backend": "*",
10-
"magento/module-config": "*"
9+
"magento/module-backend": "~101.0.4",
10+
"magento/module-config": "~101.1.4"
1111
},
1212
"suggest": {
13-
"magento/module-cms": "*"
13+
"magento/module-cms": "~103.0.4"
1414
},
1515
"type": "magento2-module",
1616
"license": [

AdobeStockAsset/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "Magento module responsible for the Adobe Stock assets handling implementation on Magento side",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-stock-asset-api": "1.*.*",
88
"magento/module-adobe-stock-client-api": "1.*.*",
9-
"magento/module-media-gallery-api": "*",
10-
"magento/module-media-gallery": "*",
11-
"magento/module-config": "*"
9+
"magento/module-media-gallery-api": "~100.3.0",
10+
"magento/module-media-gallery": "~100.3.0",
11+
"magento/module-config": "~101.1.4"
1212
},
1313
"type": "magento2-module",
1414
"license": [

AdobeStockAssetApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento module responsible for Adobe Stock assets handling on Magento side",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*"
6+
"magento/framework": "~102.0.4"
77
},
88
"type": "magento2-module",
99
"license": [

AdobeStockClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento module responsible for interaction with Adobe Stock API implementation",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-ims-api": "1.*.*",
88
"magento/module-adobe-stock-client-api": "1.*.*",
99
"astock/stock-api-libphp": "^1.1.2"

AdobeStockClientApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento module responsible for interaction with Adobe Stock API",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*"
6+
"magento/framework": "~102.0.4"
77
},
88
"type": "magento2-module",
99
"license": [

AdobeStockImage/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Magento module responsible for the images handling implementation",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-stock-client-api": "1.*.*",
88
"magento/module-adobe-stock-asset-api": "1.*.*",
99
"magento/module-adobe-stock-image-api": "1.*.*",
10-
"magento/module-media-gallery-api": "*"
10+
"magento/module-media-gallery-api": "~100.3.0"
1111
},
1212
"suggest": {
13-
"magento/module-catalog": "*"
13+
"magento/module-catalog": "~103.0.4"
1414
},
1515
"type": "magento2-module",
1616
"license": [

AdobeStockImageAdminUi/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"description": "Magento module responsible for the admin panel images UI implementation",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*",
6+
"magento/framework": "~102.0.4",
77
"magento/module-adobe-ims": "1.*.*",
88
"magento/module-adobe-ims-api": "1.*.*",
99
"magento/module-adobe-stock-asset-api": "1.*.*",
1010
"magento/module-adobe-stock-image-api": "1.*.*",
1111
"magento/module-adobe-stock-client-api": "1.*.*",
12-
"magento/module-backend": "*",
13-
"magento/module-ui": "*"
12+
"magento/module-backend": "~101.0.4",
13+
"magento/module-ui": "~101.1.4"
1414
},
1515
"suggest": {
16-
"magento/module-cms": "*"
16+
"magento/module-cms": "~103.0.4"
1717
},
1818
"type": "magento2-module",
1919
"license": [

AdobeStockImageApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento module responsible for the images handling",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6-
"magento/framework": "*"
6+
"magento/framework": "~102.0.4"
77
},
88
"type": "magento2-module",
99
"license": [

0 commit comments

Comments
 (0)