From 9e828c6f000accbb12c6cc37a6495f7c4cb9bf22 Mon Sep 17 00:00:00 2001 From: magento packaging service Date: Thu, 3 Oct 2024 17:44:30 +0000 Subject: [PATCH] Updating composer versions for version-setter for 2.1.7-beta1 --- AdobeStockAdminUi/composer.json | 14 ++++++++------ AdobeStockAsset/composer.json | 16 +++++++++------- AdobeStockAssetApi/composer.json | 10 ++++++---- AdobeStockClient/composer.json | 14 ++++++++------ AdobeStockClientApi/composer.json | 10 ++++++---- AdobeStockImage/composer.json | 18 ++++++++++-------- AdobeStockImageAdminUi/composer.json | 18 ++++++++++-------- AdobeStockImageApi/composer.json | 10 ++++++---- _metapackage/composer.json | 18 ++++++++++-------- 9 files changed, 73 insertions(+), 55 deletions(-) diff --git a/AdobeStockAdminUi/composer.json b/AdobeStockAdminUi/composer.json index 4f6f5885e34f..d39a10e7894f 100644 --- a/AdobeStockAdminUi/composer.json +++ b/AdobeStockAdminUi/composer.json @@ -1,23 +1,24 @@ { "name": "magento/module-adobe-stock-admin-ui", "description": "Magento module responsible for the admin panel UI implementation", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "version": "1.3.5-beta1", "require": { "php": "~8.1.0||~8.2.0||~8.3.0", "magento/framework": "*", "magento/module-admin-adobe-ims": "*", "magento/module-adobe-ims-api": "*", - "magento/module-adobe-stock-client-api": "*", + "magento/module-adobe-stock-client-api": "2.1.*", "magento/module-backend": "*", "magento/module-config": "*" }, "suggest": { "magento/module-cms": "*" }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "files": [ "registration.php" @@ -27,3 +28,4 @@ } } } + diff --git a/AdobeStockAsset/composer.json b/AdobeStockAsset/composer.json index 7b2cdfc61bc0..fde648d03417 100644 --- a/AdobeStockAsset/composer.json +++ b/AdobeStockAsset/composer.json @@ -1,20 +1,21 @@ { "name": "magento/module-adobe-stock-asset", "description": "Magento module responsible for the Adobe Stock assets handling implementation on Magento side", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "version": "1.3.3", "require": { "php": "~8.1.0||~8.2.0||~8.3.0", "magento/framework": "*", - "magento/module-adobe-stock-asset-api": "*", - "magento/module-adobe-stock-client-api": "*", + "magento/module-adobe-stock-asset-api": "2.0.*", + "magento/module-adobe-stock-client-api": "2.1.*", "magento/module-media-gallery-api": "*", "magento/module-media-gallery": "*", "magento/module-config": "*" }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "files": [ "registration.php" @@ -30,3 +31,4 @@ } } } + diff --git a/AdobeStockAssetApi/composer.json b/AdobeStockAssetApi/composer.json index 9ef0f9a868af..6d9c9f617293 100644 --- a/AdobeStockAssetApi/composer.json +++ b/AdobeStockAssetApi/composer.json @@ -1,15 +1,16 @@ { "name": "magento/module-adobe-stock-asset-api", "description": "Magento module responsible for Adobe Stock assets handling on Magento side", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, "type": "magento2-module", "license": [ "OSL-3.0", "AFL-3.0" ], + "version": "2.0.3", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "magento/framework": "*" + }, "autoload": { "files": [ "registration.php" @@ -19,3 +20,4 @@ } } } + diff --git a/AdobeStockClient/composer.json b/AdobeStockClient/composer.json index 70652cced72a..196b78718e4e 100644 --- a/AdobeStockClient/composer.json +++ b/AdobeStockClient/composer.json @@ -1,18 +1,19 @@ { "name": "magento/module-adobe-stock-client", "description": "Magento module responsible for interaction with Adobe Stock API implementation", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "version": "1.3.4", "require": { "php": "~8.1.0||~8.2.0||~8.3.0", "magento/framework": "*", "magento/module-adobe-ims-api": "*", - "magento/module-adobe-stock-client-api": "*", + "magento/module-adobe-stock-client-api": "2.1.*", "astock/stock-api-libphp": "^1.1.2" }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "files": [ "registration.php" @@ -28,3 +29,4 @@ } } } + diff --git a/AdobeStockClientApi/composer.json b/AdobeStockClientApi/composer.json index 1d4fbe65436d..a9a81654741e 100644 --- a/AdobeStockClientApi/composer.json +++ b/AdobeStockClientApi/composer.json @@ -1,15 +1,16 @@ { "name": "magento/module-adobe-stock-client-api", "description": "Magento module responsible for interaction with Adobe Stock API", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, "type": "magento2-module", "license": [ "OSL-3.0", "AFL-3.0" ], + "version": "2.1.4", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "magento/framework": "*" + }, "autoload": { "files": [ "registration.php" @@ -19,3 +20,4 @@ } } } + diff --git a/AdobeStockImage/composer.json b/AdobeStockImage/composer.json index b5118271116b..2820400bf229 100644 --- a/AdobeStockImage/composer.json +++ b/AdobeStockImage/composer.json @@ -1,23 +1,24 @@ { "name": "magento/module-adobe-stock-image", "description": "Magento module responsible for the images handling implementation", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "version": "1.3.6-beta1", "require": { "php": "~8.1.0||~8.2.0||~8.3.0", "magento/framework": "*", - "magento/module-adobe-stock-client-api": "*", - "magento/module-adobe-stock-asset-api": "*", - "magento/module-adobe-stock-image-api": "*", + "magento/module-adobe-stock-client-api": "2.1.*", + "magento/module-adobe-stock-asset-api": "2.0.*", + "magento/module-adobe-stock-image-api": "1.3.*", "magento/module-media-gallery-api": "*", "magento/module-media-gallery-synchronization-api": "*" }, "suggest": { "magento/module-catalog": "*" }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "files": [ "registration.php" @@ -27,3 +28,4 @@ } } } + diff --git a/AdobeStockImageAdminUi/composer.json b/AdobeStockImageAdminUi/composer.json index a38207653014..3c77cacd75f1 100644 --- a/AdobeStockImageAdminUi/composer.json +++ b/AdobeStockImageAdminUi/composer.json @@ -1,14 +1,20 @@ { "name": "magento/module-adobe-stock-image-admin-ui", "description": "Magento module responsible for the admin panel images UI implementation", + "type": "magento2-module", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "version": "1.3.6-beta1", "require": { "php": "~8.1.0||~8.2.0||~8.3.0", "magento/framework": "*", "magento/module-adobe-ims": "*", "magento/module-adobe-ims-api": "*", - "magento/module-adobe-stock-asset-api": "*", - "magento/module-adobe-stock-image-api": "*", - "magento/module-adobe-stock-client-api": "*", + "magento/module-adobe-stock-asset-api": "2.0.*", + "magento/module-adobe-stock-image-api": "1.3.*", + "magento/module-adobe-stock-client-api": "2.1.*", "magento/module-backend": "*", "magento/module-ui": "*", "magento/module-media-gallery-ui": "*", @@ -17,11 +23,6 @@ "suggest": { "magento/module-cms": "*" }, - "type": "magento2-module", - "license": [ - "OSL-3.0", - "AFL-3.0" - ], "autoload": { "files": [ "registration.php" @@ -31,3 +32,4 @@ } } } + diff --git a/AdobeStockImageApi/composer.json b/AdobeStockImageApi/composer.json index 3a6dd2e8ff02..b56d0e0b8489 100644 --- a/AdobeStockImageApi/composer.json +++ b/AdobeStockImageApi/composer.json @@ -1,15 +1,16 @@ { "name": "magento/module-adobe-stock-image-api", "description": "Magento module responsible for the images handling", - "require": { - "php": "~8.1.0||~8.2.0||~8.3.0", - "magento/framework": "*" - }, "type": "magento2-module", "license": [ "OSL-3.0", "AFL-3.0" ], + "version": "1.3.3", + "require": { + "php": "~8.1.0||~8.2.0||~8.3.0", + "magento/framework": "*" + }, "autoload": { "files": [ "registration.php" @@ -19,3 +20,4 @@ } } } + diff --git a/_metapackage/composer.json b/_metapackage/composer.json index fcbfab124b30..7e2e80d68ea5 100644 --- a/_metapackage/composer.json +++ b/_metapackage/composer.json @@ -2,14 +2,16 @@ "name": "magento/adobe-stock-integration", "description": "Adobe Stock integration", "type": "metapackage", + "version": "2.1.7-beta1", "require": { - "magento/module-adobe-stock-asset": "*", - "magento/module-adobe-stock-asset-api": "*", - "magento/module-adobe-stock-image": "*", - "magento/module-adobe-stock-image-admin-ui": "*", - "magento/module-adobe-stock-image-api": "*", - "magento/module-adobe-stock-client": "*", - "magento/module-adobe-stock-client-api": "*", - "magento/module-adobe-stock-admin-ui": "*" + "magento/module-adobe-stock-asset": "1.3.3", + "magento/module-adobe-stock-asset-api": "2.0.3", + "magento/module-adobe-stock-image": "1.3.6-beta1", + "magento/module-adobe-stock-image-admin-ui": "1.3.6-beta1", + "magento/module-adobe-stock-image-api": "1.3.3", + "magento/module-adobe-stock-client": "1.3.4", + "magento/module-adobe-stock-client-api": "2.1.4", + "magento/module-adobe-stock-admin-ui": "1.3.5-beta1" } } +