Skip to content

Commit

Permalink
Version 2.1.3-p3
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Mar 1, 2023
1 parent 53266c3 commit f8af55c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
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.1.3",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-ims-api": "2.1.*",
"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": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.1.1",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

6 changes: 4 additions & 2 deletions _metapackage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "magento/adobe-ims",
"description": "Adobe IMS Integration",
"type": "metapackage",
"version": "2.1.3-p3",
"require": {
"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*"
"magento/module-adobe-ims": "2.1.3",
"magento/module-adobe-ims-api": "2.1.1"
}
}

0 comments on commit f8af55c

Please sign in to comment.