-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating composer versions for version-setter for 2.2.3-beta1
- Loading branch information
magento packaging service
committed
Oct 3, 2024
1 parent
1029616
commit cc489be
Showing
5 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3-beta1", | ||
"require": { | ||
"php": "~8.1.0||~8.2.0||~8.3.0", | ||
"magento/module-admin-adobe-ims": "100.5.3-beta1", | ||
"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" | ||
} | ||
} | ||
|