Skip to content

Commit

Permalink
Updating composer versions for version-setter for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Jun 5, 2024
1 parent b7c495d commit aba4e2e
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 30 deletions.
16 changes: 9 additions & 7 deletions AdminAdobeIms/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "magento/module-admin-adobe-ims",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.5.2",
"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-ims": "2.2.*",
"magento/module-adobe-ims-api": "2.2.*",
"magento/module-config": "*",
"magento/module-backend": "*",
"magento/module-user": "*",
Expand All @@ -23,11 +29,6 @@
"suggest": {
"magento/module-theme": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -37,3 +38,4 @@
}
}
}

8 changes: 5 additions & 3 deletions AdminAdobeImsTwoFactorAuth/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "magento/module-admin-adobe-ims-two-factor-auth",
"description": "This module is used to add Admin Adobe Ims and Two Factor Auth dependency.",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.0.1",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-admin-adobe-ims": "*",
"magento/module-admin-adobe-ims": "100.5.*",
"magento/module-two-factor-auth": "*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
Expand All @@ -18,3 +19,4 @@
}
}
}

14 changes: 8 additions & 6 deletions AdobeIms/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-adobe-ims",
"description": "Magento module responsible for authentication to Adobe services",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.2.1",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-ims-api": "2.2.*",
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-user": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -24,3 +25,4 @@
}
}
}

10 changes: 6 additions & 4 deletions AdobeImsApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-adobe-ims-api",
"description": "Implementation of Magento module responsible for authentication to Adobe services",
"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.2.1",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

22 changes: 12 additions & 10 deletions _metapackage/composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "adobe-commerce/adobe-ims-metapackage",
"description": "Adobe IMS Integration",
"type": "metapackage",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/module-admin-adobe-ims": "*",
"magento/module-admin-adobe-ims-two-factor-auth": "*",
"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*"
}
"name": "adobe-commerce/adobe-ims-metapackage",
"description": "Adobe IMS Integration",
"type": "metapackage",
"version": "2.2.2",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/module-admin-adobe-ims": "100.5.2",
"magento/module-admin-adobe-ims-two-factor-auth": "1.0.1",
"magento/module-adobe-ims": "2.2.1",
"magento/module-adobe-ims-api": "2.2.1"
}
}

0 comments on commit aba4e2e

Please sign in to comment.