Skip to content

Commit

Permalink
[17] Merge api-proto with develop #71
Browse files Browse the repository at this point in the history
  • Loading branch information
le0n4ik committed Jun 15, 2020
1 parent cd6ffe0 commit f59b398
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/framework-message-queue": "*",
"magento/module-catalog-export-api": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogExportApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": "~7.3.0||~7.4.0",
"magento/framework": "*"
},
"type": "magento2-module",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogMessageBroker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog-export-api": "*",
"magento/module-catalog-storefront": "*",
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,10 @@
"magento/module-catalog-storefront-api": "*",
"magento/module-catalog-storefront-graph-ql": "*",
"magento/module-catalog-storefront-connector": "*",
"magento/module-storefront-graph-ql": "*"
"magento/module-storefront-graph-ql": "*",
"magento/module-catalog-export" : "*",
"magento/module-catalog-export-api" : "*",
"magento/module-catalog-message-broker": "*"
},
"conflict": {
"gene/bluefoot": "*"
Expand Down

0 comments on commit f59b398

Please sign in to comment.