Skip to content

Commit

Permalink
Updating composer versions for version-setter for 1.2.7-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Oct 4, 2023
1 parent 02ef1b0 commit dcb21ca
Show file tree
Hide file tree
Showing 74 changed files with 785 additions and 638 deletions.
12 changes: 7 additions & 5 deletions Inventory/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "magento/module-inventory",
"description": "N/A",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-inventory-api": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.5-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-inventory-api": "1.2.*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -20,3 +21,4 @@
}
}
}

18 changes: 10 additions & 8 deletions InventoryAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "magento/module-inventory-admin-ui",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.5-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-inventory": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory": "1.2.*",
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-backend": "*",
"magento/module-directory": "*",
"magento/module-ui": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -25,3 +26,4 @@
}
}
}

16 changes: 9 additions & 7 deletions InventoryAdvancedCheckout/composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "magento/module-inventory-advanced-checkout",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.4-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-sales-api": "*"
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-sales-api": "1.2.*"
},
"suggest": {
"magento/module-advanced-checkout": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -25,3 +26,4 @@
}
}
}

10 changes: 6 additions & 4 deletions InventoryApi/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "magento/module-inventory-api",
"description": "N/A",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.5-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -19,3 +20,4 @@
}
}
}

14 changes: 8 additions & 6 deletions InventoryBundleImportExport/composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "magento/module-inventory-bundle-import-export",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.1.3-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-bundle-import-export": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-catalog-import-export": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -22,3 +23,4 @@
}
}
}

22 changes: 12 additions & 10 deletions InventoryBundleProduct/composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "magento/module-inventory-bundle-product",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.4-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-catalog": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-configuration-api": "1.2.*",
"magento/module-inventory-sales-api": "1.2.*",
"magento/module-store": "*"
},
"suggest": {
"magento/module-catalog-inventory": "*",
"magento/module-inventory": "*"
"magento/module-inventory": "1.2.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -30,3 +31,4 @@
}
}
}

18 changes: 10 additions & 8 deletions InventoryBundleProductAdminUi/composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "magento/module-inventory-bundle-product-admin-ui",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.4-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-catalog": "*",
"magento/module-ui": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-catalog-admin-ui": "*"
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-catalog-admin-ui": "1.2.*"
},
"suggest": {
"magento/module-inventory-configuration-api": "*"
"magento/module-inventory-configuration-api": "1.2.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -27,3 +28,4 @@
}
}
}

24 changes: 13 additions & 11 deletions InventoryBundleProductIndexer/composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "magento/module-inventory-bundle-product-indexer",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.1.4-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-bundle": "*",
"magento/module-catalog": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-multi-dimensional-indexer-api": "*",
"magento/module-inventory-configuration-api": "*"
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-indexer": "2.2.*",
"magento/module-inventory-multi-dimensional-indexer-api": "1.2.*",
"magento/module-inventory-configuration-api": "1.2.*"
},
"suggest": {
"magento/module-inventory": "*"
"magento/module-inventory": "1.2.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -29,3 +30,4 @@
}
}
}

16 changes: 9 additions & 7 deletions InventoryCache/composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "magento/module-inventory-cache",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.5-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-indexer": "*"
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-indexer": "2.2.*"
},
"suggest": {
"magento/module-catalog": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -24,3 +25,4 @@
}
}
}

28 changes: 15 additions & 13 deletions InventoryCatalog/composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "magento/module-inventory-catalog",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.2-beta2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-inventory-api": "*",
"magento/module-inventory-catalog-api": "*",
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-store": "*",
"magento/module-inventory": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-indexer": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-inventory-configuration": "*"
"magento/module-inventory": "1.2.*",
"magento/module-inventory-configuration-api": "1.2.*",
"magento/module-inventory-indexer": "2.2.*",
"magento/module-inventory-sales-api": "1.2.*",
"magento/module-inventory-configuration": "1.2.*"
},
"suggest": {
"magento/module-inventory-reservations-api": "*"
"magento/module-inventory-reservations-api": "1.2.*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -32,3 +33,4 @@
}
}
}

Loading

0 comments on commit dcb21ca

Please sign in to comment.