Skip to content

Commit

Permalink
MAGETWO-33538: M2 GitHub Update (version 0.74.0-beta16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpelipenko committed Jul 3, 2015
1 parent e888d00 commit 4b33759
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
18 changes: 9 additions & 9 deletions app/code/Magento/AdvancedPricingImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.74.0-beta15",
"magento/module-catalog-inventory": "0.74.0-beta15",
"magento/module-eav": "0.74.0-beta15",
"magento/module-import-export": "0.74.0-beta15",
"magento/module-catalog-import-export": "0.74.0-beta15",
"magento/module-customer": "0.74.0-beta15",
"magento/module-store": "0.74.0-beta15",
"magento/framework": "0.74.0-beta15",
"magento/module-catalog": "0.74.0-beta16",
"magento/module-catalog-inventory": "0.74.0-beta16",
"magento/module-eav": "0.74.0-beta16",
"magento/module-import-export": "0.74.0-beta16",
"magento/module-catalog-import-export": "0.74.0-beta16",
"magento/module-customer": "0.74.0-beta16",
"magento/module-store": "0.74.0-beta16",
"magento/framework": "0.74.0-beta16",
"magento/magento-composer-installer": "*"
},
"type": "magento2-module",
"version": "0.74.0-beta15",
"version": "0.74.0-beta16",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
34 changes: 17 additions & 17 deletions app/code/Magento/Paypal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0",
"magento/module-config": "0.74.0-beta15",
"magento/module-store": "0.74.0-beta15",
"magento/module-checkout": "0.74.0-beta15",
"magento/module-sales": "0.74.0-beta15",
"magento/module-quote": "0.74.0-beta15",
"magento/module-customer": "0.74.0-beta15",
"magento/module-payment": "0.74.0-beta15",
"magento/module-backend": "0.74.0-beta15",
"magento/module-tax": "0.74.0-beta15",
"magento/module-directory": "0.74.0-beta15",
"magento/module-theme": "0.74.0-beta15",
"magento/module-catalog": "0.74.0-beta15",
"magento/module-eav": "0.74.0-beta15",
"magento/framework": "0.74.0-beta15",
"magento/module-ui": "0.74.0-beta15",
"magento/module-config": "0.74.0-beta16",
"magento/module-store": "0.74.0-beta16",
"magento/module-checkout": "0.74.0-beta16",
"magento/module-sales": "0.74.0-beta16",
"magento/module-quote": "0.74.0-beta16",
"magento/module-customer": "0.74.0-beta16",
"magento/module-payment": "0.74.0-beta16",
"magento/module-backend": "0.74.0-beta16",
"magento/module-tax": "0.74.0-beta16",
"magento/module-directory": "0.74.0-beta16",
"magento/module-theme": "0.74.0-beta16",
"magento/module-catalog": "0.74.0-beta16",
"magento/module-eav": "0.74.0-beta16",
"magento/framework": "0.74.0-beta16",
"magento/module-ui": "0.74.0-beta16",
"lib-libxml": "*",
"magento/magento-composer-installer": "*"
},
"suggest": {
"magento/module-checkout-agreements": "0.74.0-beta15"
"magento/module-checkout-agreements": "0.74.0-beta16"
},
"type": "magento2-module",
"version": "0.74.0-beta15",
"version": "0.74.0-beta16",
"license": [
"proprietary"
],
Expand Down

0 comments on commit 4b33759

Please sign in to comment.