Skip to content

Commit

Permalink
1116: Fix Directory dependency in InventoryAdminUi module
Browse files Browse the repository at this point in the history
  • Loading branch information
maghamed committed May 13, 2018
1 parent 9609472 commit 2744181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/code/Magento/Inventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"php": "~7.1.3||~7.2.0",
"magento/framework": "*",
"magento/module-inventory-api": "*",
"magento/module-directory": "*",
"magento/module-shipping": "*"
},
"type": "magento2-module",
Expand Down
4 changes: 1 addition & 3 deletions app/code/Magento/InventoryAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
"magento/module-inventory-api": "*",
"magento/module-backend": "*",
"magento/module-shipping": "*",
"magento/module-directory": "*",
"magento/module-ui": "*"
},
"suggest": {
"magento/module-directory": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
Expand Down

0 comments on commit 2744181

Please sign in to comment.