diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cb8dff708ee..338ab6cf7da11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,174 @@ +0.74.0-beta1 +============= +* Various + * Inline JS code is eliminated + * Fixed XSS vulnerability issues + * "Last login time" functionality is moved from Magento_Log module to Magento_Customer module + * Implemented two-strategies JS translation + * Improved backend menu keyboard accessibility + * Accessibility improvements: WAI-ARIA in product item on category page and related products + * Checkout flow code can work with separate DB storage + * Unit tests moved to component directories + * Addressed naming inconsistencies in REST routes + * Added Advanced Developer Workflow for frontend developers +* Setup + * Utilized Magento error handler in Setup application to convert errors and warnings to exceptions + * Fixed error when private content handling doesn't work when HTML profiler and developer mode are on + * Fixed error with packages uninstall using Magento Composer Installer failed for the last package + * Fixed fatal error in Setup application, after ran composer install with --no-dev option + * Fixed JS error when expanding list of modules at "Customize Your Store" step in installation wizard + * Fixed JS error when going back to "Customize Your Store" step from "Create Admin Account" step in installation wizard +* Framework + * New module Magento_MediaStorage is created and holds components from Magento_Core module + * New module Magento_MediaStorage is created and holds components from Magento_Core module + * Implemented JS resources bundling (server side pre-processing) + * Zend_Locale replaced with Native PHP Implementation + * Zend_Date replaced with native PHP DateTime object/functions + * Magento\Framework\Exception\LocalizedException constructor is refactored + * Magento\Framework\Validator\ValidatorException is renamed + * Magento\Framework\Controller\Result\JSON is renamed to meet PSR standard + * Library oyejorge/less.php is updated to the latest version + * Refactored WebApi framework to support concrete types for custom attributes + * Version used in SOAP declarations is now taken from routes declared in webapi.xml + * Added ability to extend API data interfaces using extension attributes + * Magento_Core module is removed +* Web API Framework + * Factories are used instead of builders + * Removed auto generation of builders + * Made interfaceName a required parameter in Magento\Framework\Api\DataObjectHelper::populateWithArray method +* Performance + * Increased caching coverage of Magento storefront pages: Cart, Register, Login, My Account + * finished work around HHVM Compatibility + * Fixed EAV caching on storefront + * Optimized DI compilation for interception +* Design + * New design in Backend + * New messages design in Installation Wizard + * New design for MAP on Catalog Frontend Pages +* Fixed bugs + * Catch syntax error in module.xml files + * Profiling of cache operations was permanently disabled + * Session was not cleared when layout is cached + * Page cache was invalidated by cron jobs after reindexing, even in case nothing is changed + * Typo in method name in Adminhtml/Index/Grid.php + * Missing validation of table prefix in 'Step 2: Add a Database' of Web Setup wizard + * User hint of password strength validator in Web Setup wizard to be consistent with the algorithm used + * New Logger cannot format exception and debug info correctly + * Wrong styles structure + * Customer is redirected to shopping cart by clicking on mini shopping cart after adding product + * Gift Message information for Order level is not presented on frontend/backend orders + * Wrong "customer_id" value for GiftMessages created using API service + * No ability to place order for guest customer using API service + * Shopping Cart was displayed partly broken if contained a Product with an image as a custom option + * Impossible to add product to the shopping cart with Custom option of type="file" + * Adding to cart dialog widget with MSRP price on product page is broken + * Copy and Paste detector is run against test files that are blacklisted + * Displaying the wrong price on product page when selecting an option for configurable product + * Tax amount (tax on full shipping) is refunded, when partial shipping amount is refunded + * Tax Calculation Based On Shipping Address, when the discount coupon is applied + * Price (including tax) is shown on product page when configuration is set to display excluding tax + * FPT is not applied in shopping cart and order for registered user + * FPT not applied for registered users when FPC is disabled + * "All categoryName" menu link is absent, subcategories are shown on hover of parent category + * Horizontal scrolling appears when browser width is resized to mobile size + * Broken design for "select store" element in CMS grid filter + * Attribute value uniqueness isn't checked for custom product template + * Category tree is not displayed in conditions for Catalog Price Rules + * Remove hard coded IDs from catalog API code + * Bottom margin for "Wishlist Search" Widget + * Custom option image with limits view for frontend + * Category page displayed outdated prices after catalog price rule was deleted + * Cart quantity is more than in stock amount + * Page layout configuration: not being possible to extend/override on the theme level + * Page layout with custom set of containers causing fatal error + * Reset password e-mails requested from second store view has link and name of the first main store + * There is no ability to place order for virtual product with customer address attribute from backend + * Specified details for Bundle product are lost after adding to wishlist + * Customer address is set to non default after changing account information + * Unable to save newsletter subscription information of customer in backend + * Guest can't add product to wishlist while registering + * Cron job for Shipping + * Solution for issue with attributes with list of countries + * Unable to generate variations while creating configurable product + * Variations are created with Out of Stock status if configurable product has been switched from simple product + * Impossible search Downloadable product using file title + * Change order of loading integration tests (load config annotations before fixtures) + * Impossible to upload files in Configuration + * Creating shipment for an order + * Price displaying on product page for bundle product + * Display bug for tier prices + * Required marker is displayed on wrong line in Backend + * Categories' titles in Frontend navigation Menu overlap "expand" button on mobile + * Backend Login form alignment for ie9 + * JS loader position for Backend + * Display checkboxes on Update Attributes page via Mass Action + * Removed Test\Unit from cached DI configuration, as it brings performance degradation + * Impossible to place order with DHL EU shipping method + * Updates while tables recreation in setup process + * Pagination on downloadable products tab in customer account + * Adding existing attribute on New Product page + * "Manage Stock" is not saving for bundle product + * Filter did not work for Order Total report + * Error on reports for Order Totals if grouped by Year + * Customer can't find Order on Frontend + * Postal code is still mandatory for Non-US addresses that don't use it + * Price of simple product isn't recalculated after selecting options on product page + * Don't load bundle quantity from options on bundle page + * It's impossible to remove added row from "Minimum Qty Allowed in Shopping Cart" in config + * It's impossible to add Product with required Custom Options of "Field" and/or "Area" type to Shopping Cart + * Syntax error in New Shipment email template + * Removed admin only web service route for using customer user password reset tokens and setting new passwords + * Remove the relevant URL Rewrites configuration after removing a category + * Static obsolete code test did not recognize partial namespaces + * Magento breaks when set specific locale + * An error on Shipping Method page which appeared on MultiAddress Checkout + * Impossible to update Gift Message from backend + * Impossible to create configurable product + * Impossible to create new attribute through Product Creation page + * Product Template page did not work in IE9 and FF + * Product image could added only after double click in IE9 + * Inconsistent timestamp return for Magento admin panel timezone + * Few problems with HTML minification + * 404 page is displayed on any action with order that it viewed under guest + * "500 Internal Server Error" in case of excess "Maximum Qty Allowed in Shopping Cart" value + * MAP link is displayed for a product on category page after delete Catalog Price Rule + * Deploy script modifies LESS files with "@urls-resolved: true" + * Zip code field is missing in customers addresses on backend + * Impossible to add bundle product with required option to shopping cart without selecting all available options + * Empty email is sent when a registered user changes password in the front end + * Tabs widget does not initialize sometimes on Product Creation page + * Fatal error when trying to send notify customer by email about shipment +* Tests + * Fixed an issue with WebDriverException for iframes in functional tests + * Added functional test for backend menu navigation + * Replaced end-to-end test for online one-page checkout with injectable test + * Replaced end-to-end test for admin user with injectable test + * Replaced end-to-end test for catalog price rule with injectable test + * Replaced end-to-end test for store view with injectable test + * Increased integration tests coverage for Magento_Indexer module + * Increased unit test coverage for Magento_Cms, Magento_Email and Magento_Sales module +* GitHub issues and requests: + * [#533] (https://github.com/magento/magento2/issues/533) -- Remove Allow all access in .htaccess + * [#850] (https://github.com/magento/magento2/issues/850) -- HTML Profiler and pub/static Resources + * [#919] (https://github.com/magento/magento2/issues/919) -- System information error when error is fixed but page wasn't refreshed + * [#987] (https://github.com/magento/magento2/pull/987) -- Fix mod_expires for dynamic content + * [#1004] (https://github.com/magento/magento2/issues/1004) -- Problem with template luma + * [#1014] (https://github.com/magento/magento2/issues/1014) -- php index.php update - Class Magento\Store\Model\StoreManagerInterface does not exist + * [#1015] (https://github.com/magento/magento2/issues/1015) -- After success setup/index.php update - "Missing required argument $engines of Magento\Framework\View\TemplateEngineFactory" + * [#1016] (https://github.com/magento/magento2/issues/1016) -- Backend Javascript Errors (new instalation) + * [#1020] (https://github.com/magento/magento2/issues/1020) -- Bug generating Sitemap Cron expression + * [#1029] (https://github.com/magento/magento2/issues/1029) -- Admin dashboard Most Viewed Products Tab issue (without product list) + * [#1035] (https://github.com/magento/magento2/issues/1035) -- Bug in Magento\Framework\Simplexml\Element::appendChild + * [#1042] (https://github.com/magento/magento2/issues/1042) -- Lost catalog rewrite url after page/list-mode/limit changed + * [#1045] (https://github.com/magento/magento2/issues/1045) -- Bad rendering frontend category menu + * [#1048] (https://github.com/magento/magento2/pull/1048) -- Make possible to upload SVG logo by admin + * [#1052] (https://github.com/magento/magento2/pull/1052) -- Fix history cleanup for missed cron jobs + * [#1062] (https://github.com/magento/magento2/pull/1062) -- Add check to see if PHP > 5.6 and always_populate_raw_post_data = -1 + * [#1082] (https://github.com/magento/magento2/pull/1082) -- Fix incorrect variable name ($schema -> $scheme) + * [#1086] (https://github.com/magento/magento2/issues/1086) -- Email message containing non English character is displayed incorrectly on the receiver + * [#1088] (https://github.com/magento/magento2/pull/1088) -- Add developer mode example to .htaccess + * [#1107] (https://github.com/magento/magento2/issues/1107) -- Serious security issue in Customer Address edit section + 0.42.0-beta11 ============= * Various improvements: @@ -127,30 +298,30 @@ 0.42.0-beta7 ============= * Various improvements: - * Added Varnish 4 support - * Added CSS minification - * Improved the performance toolkit + * Added Varnish 4 support + * Added CSS minification + * Improved the performance toolkit * Fixed bugs: - * Fixed an issue where the compiler for the single tenant mode did not resolve Repositories - * Fixed an issue where the "Select all" mass action on the Customers page did not select all customers + * Fixed an issue where the compiler for the single tenant mode did not resolve Repositories + * Fixed an issue where the "Select all" mass action on the Customers page did not select all customers * Fixed an issue where values for a customer attribute of multiple-select type were not saved * Fixed an issue where the parental wakeup() method was not called in interceptors - * Fixed an issue where bundle products with the same configurations added from different pages were displayed in the wishlist as separate items + * Fixed an issue where bundle products with the same configurations added from different pages were displayed in the wishlist as separate items * Fixed an issue where the number of items added to the wishlist was not displayed on certain pages - * Fixed an issue where logging was broken - * Fixed an issue where it was impossible to use \Magento\Customer\Model\Resource\AddressRepository::getList with predefined direction(sortOrder) - * Fixed an issue where editing a product from wishlist led caused a fatal error - * Fixed an issue where the redirect link to continue shopping was absent in the success message after adding product to a wishlist + * Fixed an issue where logging was broken + * Fixed an issue where it was impossible to use \Magento\Customer\Model\Resource\AddressRepository::getList with predefined direction(sortOrder) + * Fixed an issue where editing a product from wishlist led caused a fatal error + * Fixed an issue where the redirect link to continue shopping was absent in the success message after adding product to a wishlist * Fixed an issue where HTML tags where displayed in product prices on the Customer's Wishlist page in Admin * Fixed an issue where the Name and Email fields were not automatically when creating an email using the Email to Friend functionality * Fixed an issue with the redirect after searching product in a customer wishlist in Admin * Fixed an issue where a configurable product did not go out of stock when last subitem of some option was sold * Fixed an issue with varnish config generation for multiple IPs in access list field * Fixed the wrong di.xml in the Magento_Developer module - * Fixed an issue where changes were not saved when default billing/shipping address was not selected in customer addresses + * Fixed an issue where changes were not saved when default billing/shipping address was not selected in customer addresses * Fixed the issue where the Update Qty button looked disabled during a partial invoice creation * Fixed an issue where the creation date was not displayed in invoices and credit memo grids - * Fixed an issue where it was impossible to install Magento_Quote on PHP 5.6 + * Fixed an issue where it was impossible to install Magento_Quote on PHP 5.6 * Fixed an issue that changes are not saved when default billing/shipping address is unchecked in customer addresses * Fixed an issue where "Update Qty" button looks disabled while creating partial invoice * Fixed an issue where date created column is not populated in invoices and credit memo grid @@ -158,9 +329,9 @@ * Fixed an issue with wrong link "File Permission Help" * Fixed an issue where dev/tools are broken when DI compiler is used due to skipped by the compiler dev/tools/Magento folder * Framework improvements: - * JavaScript testsuites divided into frontend, backend and lib suites + * JavaScript testsuites divided into frontend, backend and lib suites * Implemented image compression on server side upload - * Implemented frontend page resources sorting + * Implemented frontend page resources sorting * Removed the Magic __call method usage in templates * Introduced Jasmine + PhantomJS JavaScript testing infrastructure * Removed support of PHP 5.4 @@ -170,30 +341,30 @@ * GitHub requests : * [#593](https://github.com/magento/magento2/issues/593) -- Allow to use "0" as customer group * [#804](https://github.com/magento/magento2/issues/804) -- Comment about VAT number displayed under different field in Customer Configuration - + 0.42.0-beta6 ============= * Various improvements: - * Implemented caching for WebAPI configuration - * Improved tests coverage of the CurrencySymbol module - * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB - * Improved unit test coverage of the Catalog related functionality - * Optimized JS dependencies - * Refactored controller actions in the Sales module - * Refactored controller actions in the Customer module - * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata. - * Refactored API code for the CheckoutAgreements module - * Refactored API code for the GiftMessage module - * Refactored API for the Checkout module + * Implemented caching for WebAPI configuration + * Improved tests coverage of the CurrencySymbol module + * Table catalogsearch_fulltext is setting up with ENGINE=InnoDB + * Improved unit test coverage of the Catalog related functionality + * Optimized JS dependencies + * Refactored controller actions in the Sales module + * Refactored controller actions in the Customer module + * Removed the assertion for the exact number of attributes in API-functional tests for customer metadata. + * Refactored API code for the CheckoutAgreements module + * Refactored API code for the GiftMessage module + * Refactored API for the Checkout module * Fixed bugs: - * Fixed an where issue were WebAPI generated the wrong WSDL - * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s) - * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9 - * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search - * Fixed an issue where there was no ability to set category position during creation it - * Fixed a CSS issue where certain images were absent on banners () + * Fixed an where issue were WebAPI generated the wrong WSDL + * Fixed an issue where Catalog, Checkout, Customer API ACLs did not support AJAX use case(s) + * Fixed an issue where SOAP tests failed after upgrading to ZF 1.12.9 + * Fixed an issue where the 'There is no data for export' message was displayed permanently after invalid search + * Fixed an issue where there was no ability to set category position during creation it + * Fixed a CSS issue where certain images were absent on banners () * Fixed an issue where the 'Date Of Birth' value was i reset to current date on the customer form) - * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout + * Fixed an issue where the behavior of the "Terms and Conditions" validation on multiple address checkout was different from the one for the onepage checkout * Fixed an issue where it was impossible to checkout with multiple addresses * Fixed an issue where the 'This is a required field ' message was not displayed for "Terms and Conditions" if the latter was not selected * GitHub Requests: @@ -202,9 +373,9 @@ * [#866](https://github.com/magento/magento2/issues/866) -- Configurable product attribute scope * [#965](https://github.com/magento/magento2/pull/965) -- extra tests for current interception behavior * Service Contracts: - * The Downloadable module basic implementation + * The Downloadable module basic implementation * Framework improvements: - * Refactored and covered with tests the classes with high CRAP value (>50) + * Refactored and covered with tests the classes with high CRAP value (>50) * Moved Theme Management changes, Design changes, Design\Backend modules, and Observer components from the Core module to the Theme module * Moved Debug Hints models from the Core module to the newly added Developer module * Moved URL components, Factory, and EntityFactory from the Core module to the Magento Framework @@ -212,14 +383,14 @@ * Compressed and resized images * Added new base styles for the Admin re-design * Added the WAI-ARIA attributes are to the Search Autocomplete on the storefront - * Added visual style for the 'skip to content' attribute on the storefront - * Fixed the style of persistent login messages on the storefront for all themes - * Fixed the style of scrolling for Categories with long names in the Admin - * Fixed the "css/print.css" file path on the storefront pages for all themes + * Added visual style for the 'skip to content' attribute on the storefront + * Fixed the style of persistent login messages on the storefront for all themes + * Fixed the style of scrolling for Categories with long names in the Admin + * Fixed the "css/print.css" file path on the storefront pages for all themes * Tests improvements: - * Converted all fixtures/repositories for functional tests to .xml files + * Converted all fixtures/repositories for functional tests to .xml files * Improved interaction between webdriver and the new Magento JS forms - * Increased unit and integration tests coverage + * Increased unit and integration tests coverage 0.42.0-beta5 ============= diff --git a/app/code/Magento/AdminNotification/composer.json b/app/code/Magento/AdminNotification/composer.json index faf93f3ce5e41..26fe4843a27f0 100644 --- a/app/code/Magento/AdminNotification/composer.json +++ b/app/code/Magento/AdminNotification/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Authorization/composer.json b/app/code/Magento/Authorization/composer.json index d2a5c21759bde..77ff967c18683 100644 --- a/app/code/Magento/Authorization/composer.json +++ b/app/code/Magento/Authorization/composer.json @@ -3,12 +3,12 @@ "description": "Authorization module provides access to Magento ACL functionality.", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Backend/composer.json b/app/code/Magento/Backend/composer.json index 33daed277cc4b..659cf679b5a1d 100644 --- a/app/code/Magento/Backend/composer.json +++ b/app/code/Magento/Backend/composer.json @@ -3,27 +3,27 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-developer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-cron": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-reports": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-user": "0.42.0-beta11", - "magento/module-backup": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-translation": "0.42.0-beta11", - "magento/module-require-js": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-developer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-cron": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-reports": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-user": "0.74.0-beta1", + "magento/module-backup": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-translation": "0.74.0-beta1", + "magento/module-require-js": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Backup/composer.json b/app/code/Magento/Backup/composer.json index 73c91afc1ebc3..714e41e7aae2b 100644 --- a/app/code/Magento/Backup/composer.json +++ b/app/code/Magento/Backup/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-cron": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-cron": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Bundle/composer.json b/app/code/Magento/Bundle/composer.json index 69d80ed65073b..bd5de2331605a 100644 --- a/app/code/Magento/Bundle/composer.json +++ b/app/code/Magento/Bundle/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-catalog-rule": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-gift-message": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-catalog-rule": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-gift-message": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-webapi": "0.42.0-beta11" + "magento/module-webapi": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Captcha/composer.json b/app/code/Magento/Captcha/composer.json index 8203866281b29..a00471c9759f5 100644 --- a/app/code/Magento/Captcha/composer.json +++ b/app/code/Magento/Captcha/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Catalog/composer.json b/app/code/Magento/Catalog/composer.json index f6e7adcc008d5..9a8170b92698e 100644 --- a/app/code/Magento/Catalog/composer.json +++ b/app/code/Magento/Catalog/composer.json @@ -3,37 +3,37 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-log": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-msrp": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-catalog-rule": "0.42.0-beta11", - "magento/module-product-alert": "0.42.0-beta11", - "magento/module-url-rewrite": "0.42.0-beta11", - "magento/module-catalog-url-rewrite": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-log": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-msrp": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-catalog-rule": "0.74.0-beta1", + "magento/module-product-alert": "0.74.0-beta1", + "magento/module-url-rewrite": "0.74.0-beta1", + "magento/module-catalog-url-rewrite": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-cookie": "0.42.0-beta11" + "magento/module-cookie": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogImportExport/composer.json b/app/code/Magento/CatalogImportExport/composer.json index e7d2be7e34753..3bb4b80527dc8 100644 --- a/app/code/Magento/CatalogImportExport/composer.json +++ b/app/code/Magento/CatalogImportExport/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "ext-ctype": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogInventory/composer.json b/app/code/Magento/CatalogInventory/composer.json index 1f8771b0c1708..a99f0c15c7059 100644 --- a/app/code/Magento/CatalogInventory/composer.json +++ b/app/code/Magento/CatalogInventory/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogRule/composer.json b/app/code/Magento/CatalogRule/composer.json index 6a4603978014c..d7523d37ba568 100644 --- a/app/code/Magento/CatalogRule/composer.json +++ b/app/code/Magento/CatalogRule/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-rule": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-rule": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogSearch/composer.json b/app/code/Magento/CatalogSearch/composer.json index 6f18c48c09539..9c69ab5a1b10f 100644 --- a/app/code/Magento/CatalogSearch/composer.json +++ b/app/code/Magento/CatalogSearch/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-search": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-search": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogUrlRewrite/composer.json b/app/code/Magento/CatalogUrlRewrite/composer.json index 4a580fe66dccd..de90f444789d8 100644 --- a/app/code/Magento/CatalogUrlRewrite/composer.json +++ b/app/code/Magento/CatalogUrlRewrite/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-import-export": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-url-rewrite": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-import-export": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-url-rewrite": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CatalogWidget/composer.json b/app/code/Magento/CatalogWidget/composer.json index 38d68cb4be5b1..8b533a13e2162 100644 --- a/app/code/Magento/CatalogWidget/composer.json +++ b/app/code/Magento/CatalogWidget/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-rule": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-rule": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Centinel/composer.json b/app/code/Magento/Centinel/composer.json index 78cdf53ce4d7b..2270659643400 100644 --- a/app/code/Magento/Centinel/composer.json +++ b/app/code/Magento/Centinel/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Checkout/composer.json b/app/code/Magento/Checkout/composer.json index ed8f574a7005d..6c15c5a46c36f 100644 --- a/app/code/Magento/Checkout/composer.json +++ b/app/code/Magento/Checkout/composer.json @@ -3,31 +3,31 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-gift-message": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-msrp": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-gift-message": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-msrp": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-cookie": "0.42.0-beta11" + "magento/module-cookie": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CheckoutAgreements/composer.json b/app/code/Magento/CheckoutAgreements/composer.json index 764b8b4e97b92..1597afb380078 100644 --- a/app/code/Magento/CheckoutAgreements/composer.json +++ b/app/code/Magento/CheckoutAgreements/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Cms/composer.json b/app/code/Magento/Cms/composer.json index 9384e914ed55c..bb170a779ef25 100644 --- a/app/code/Magento/Cms/composer.json +++ b/app/code/Magento/Cms/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-email": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", - "magento/module-variable": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-email": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", + "magento/module-variable": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CmsUrlRewrite/composer.json b/app/code/Magento/CmsUrlRewrite/composer.json index 584c86836e4a9..7f4ce715dab58 100644 --- a/app/code/Magento/CmsUrlRewrite/composer.json +++ b/app/code/Magento/CmsUrlRewrite/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-url-rewrite": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-url-rewrite": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Config/composer.json b/app/code/Magento/Config/composer.json index 9fdfc97389801..f67e70b620e70 100644 --- a/app/code/Magento/Config/composer.json +++ b/app/code/Magento/Config/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-cron": "0.42.0-beta11", - "magento/module-email": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-cron": "0.74.0-beta1", + "magento/module-email": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ConfigurableImportExport/composer.json b/app/code/Magento/ConfigurableImportExport/composer.json index b7070263ad41b..1144bb9390be0 100644 --- a/app/code/Magento/ConfigurableImportExport/composer.json +++ b/app/code/Magento/ConfigurableImportExport/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-import-export": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/module-configurable-product": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-import-export": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/module-configurable-product": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ConfigurableProduct/composer.json b/app/code/Magento/ConfigurableProduct/composer.json index 8e5ed6d41420f..b5a49513dedb3 100644 --- a/app/code/Magento/ConfigurableProduct/composer.json +++ b/app/code/Magento/ConfigurableProduct/composer.json @@ -3,26 +3,26 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-catalog-rule": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-catalog-rule": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-webapi": "0.42.0-beta11" + "magento/module-webapi": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Contact/composer.json b/app/code/Magento/Contact/composer.json index 5cf852865c888..85af063ad24ca 100644 --- a/app/code/Magento/Contact/composer.json +++ b/app/code/Magento/Contact/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Cookie/composer.json b/app/code/Magento/Cookie/composer.json index 677da5785a19e..d671460b9f065 100644 --- a/app/code/Magento/Cookie/composer.json +++ b/app/code/Magento/Cookie/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-backend": "0.42.0-beta11" + "magento/module-backend": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Cron/composer.json b/app/code/Magento/Cron/composer.json index 537fc35fcb0e7..58c67083c1b1c 100644 --- a/app/code/Magento/Cron/composer.json +++ b/app/code/Magento/Cron/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CurrencySymbol/composer.json b/app/code/Magento/CurrencySymbol/composer.json index cf12bc45c0929..3c42064467338 100644 --- a/app/code/Magento/CurrencySymbol/composer.json +++ b/app/code/Magento/CurrencySymbol/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Customer/composer.json b/app/code/Magento/Customer/composer.json index fac52511ebdd8..c7fe524a9cd1a 100644 --- a/app/code/Magento/Customer/composer.json +++ b/app/code/Magento/Customer/composer.json @@ -3,33 +3,33 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-newsletter": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-review": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", - "magento/module-integration": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-newsletter": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-review": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", + "magento/module-integration": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-cookie": "0.42.0-beta11" + "magento/module-cookie": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/CustomerImportExport/composer.json b/app/code/Magento/CustomerImportExport/composer.json index 13e08d12eaa47..45ff4fa4dc755 100644 --- a/app/code/Magento/CustomerImportExport/composer.json +++ b/app/code/Magento/CustomerImportExport/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/DesignEditor/composer.json b/app/code/Magento/DesignEditor/composer.json index b586021a18a00..7d56ea7bf7d9f 100644 --- a/app/code/Magento/DesignEditor/composer.json +++ b/app/code/Magento/DesignEditor/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-translation": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-translation": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Developer/composer.json b/app/code/Magento/Developer/composer.json index 97d4a9ab9538d..11372d7006e10 100644 --- a/app/code/Magento/Developer/composer.json +++ b/app/code/Magento/Developer/composer.json @@ -3,12 +3,12 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Dhl/composer.json b/app/code/Magento/Dhl/composer.json index 6c64a3d0f59f0..3318cc573a782 100644 --- a/app/code/Magento/Dhl/composer.json +++ b/app/code/Magento/Dhl/composer.json @@ -3,22 +3,22 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Directory/composer.json b/app/code/Magento/Directory/composer.json index d13968038ae92..27c2fd01b7b7e 100644 --- a/app/code/Magento/Directory/composer.json +++ b/app/code/Magento/Directory/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Downloadable/composer.json b/app/code/Magento/Downloadable/composer.json index bc329ac59326d..e56b7b434fa65 100644 --- a/app/code/Magento/Downloadable/composer.json +++ b/app/code/Magento/Downloadable/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-gift-message": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-msrp": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-gift-message": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-msrp": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Eav/composer.json b/app/code/Magento/Eav/composer.json index 4c271cf979449..68d77c9d3a8ca 100644 --- a/app/code/Magento/Eav/composer.json +++ b/app/code/Magento/Eav/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Email/composer.json b/app/code/Magento/Email/composer.json index cf75e8fdd529b..bf8f13e936765 100644 --- a/app/code/Magento/Email/composer.json +++ b/app/code/Magento/Email/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-variable": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-variable": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Fedex/composer.json b/app/code/Magento/Fedex/composer.json index 8997dc97ac887..39dea42bc6425 100644 --- a/app/code/Magento/Fedex/composer.json +++ b/app/code/Magento/Fedex/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GiftMessage/composer.json b/app/code/Magento/GiftMessage/composer.json index 575d83a28cc8e..a63693d413151 100644 --- a/app/code/Magento/GiftMessage/composer.json +++ b/app/code/Magento/GiftMessage/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-multishipping": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-multishipping": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleAdwords/composer.json b/app/code/Magento/GoogleAdwords/composer.json index 26d64df002ac0..dfdd67b7d169a 100644 --- a/app/code/Magento/GoogleAdwords/composer.json +++ b/app/code/Magento/GoogleAdwords/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleAnalytics/composer.json b/app/code/Magento/GoogleAnalytics/composer.json index 3891893165ee1..9b0de3cf5ba2c 100644 --- a/app/code/Magento/GoogleAnalytics/composer.json +++ b/app/code/Magento/GoogleAnalytics/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-cookie": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-cookie": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleOptimizer/composer.json b/app/code/Magento/GoogleOptimizer/composer.json index d2a1b78570977..bf30fc297c18a 100644 --- a/app/code/Magento/GoogleOptimizer/composer.json +++ b/app/code/Magento/GoogleOptimizer/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-google-analytics": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-google-analytics": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GoogleShopping/composer.json b/app/code/Magento/GoogleShopping/composer.json index fdf25142814a5..0e87a23f1e6c9 100644 --- a/app/code/Magento/GoogleShopping/composer.json +++ b/app/code/Magento/GoogleShopping/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GroupedImportExport/composer.json b/app/code/Magento/GroupedImportExport/composer.json index b260194c32c4a..4d0479944ea3b 100644 --- a/app/code/Magento/GroupedImportExport/composer.json +++ b/app/code/Magento/GroupedImportExport/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-import-export": "0.42.0-beta11", - "magento/module-catalog-import-export": "0.42.0-beta11", - "magento/module-grouped-product": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-import-export": "0.74.0-beta1", + "magento/module-catalog-import-export": "0.74.0-beta1", + "magento/module-grouped-product": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/GroupedProduct/composer.json b/app/code/Magento/GroupedProduct/composer.json index 66be65aaa588b..ccf2adcab0a39 100644 --- a/app/code/Magento/GroupedProduct/composer.json +++ b/app/code/Magento/GroupedProduct/composer.json @@ -3,22 +3,22 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/module-msrp": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/module-msrp": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ImportExport/composer.json b/app/code/Magento/ImportExport/composer.json index 910e6c723cf18..eaaecbe071b0f 100644 --- a/app/code/Magento/ImportExport/composer.json +++ b/app/code/Magento/ImportExport/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-indexer": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-indexer": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "ext-ctype": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Indexer/composer.json b/app/code/Magento/Indexer/composer.json index f11f09d833195..31d4298885d34 100644 --- a/app/code/Magento/Indexer/composer.json +++ b/app/code/Magento/Indexer/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Integration/composer.json b/app/code/Magento/Integration/composer.json index 72465a630aff9..3a163437da581 100644 --- a/app/code/Magento/Integration/composer.json +++ b/app/code/Magento/Integration/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-user": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-user": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/LayeredNavigation/composer.json b/app/code/Magento/LayeredNavigation/composer.json index ed080fb84e1d4..6ce4ba9dde721 100644 --- a/app/code/Magento/LayeredNavigation/composer.json +++ b/app/code/Magento/LayeredNavigation/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Log/composer.json b/app/code/Magento/Log/composer.json index ea86b5146ee38..889b0c8bc3641 100644 --- a/app/code/Magento/Log/composer.json +++ b/app/code/Magento/Log/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/MediaStorage/composer.json b/app/code/Magento/MediaStorage/composer.json index ccc5a944717a3..051e531f2c7bf 100644 --- a/app/code/Magento/MediaStorage/composer.json +++ b/app/code/Magento/MediaStorage/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Msrp/composer.json b/app/code/Magento/Msrp/composer.json index 1202688cb167f..003e4b9a9910e 100644 --- a/app/code/Magento/Msrp/composer.json +++ b/app/code/Magento/Msrp/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-bundle": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-downloadable": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-grouped-product": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-bundle": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-downloadable": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-grouped-product": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Multishipping/composer.json b/app/code/Magento/Multishipping/composer.json index fb450ad1bb22b..0f052635d1a77 100644 --- a/app/code/Magento/Multishipping/composer.json +++ b/app/code/Magento/Multishipping/composer.json @@ -3,19 +3,19 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Newsletter/composer.json b/app/code/Magento/Newsletter/composer.json index 53c62793ddf40..a68b7906027c8 100644 --- a/app/code/Magento/Newsletter/composer.json +++ b/app/code/Magento/Newsletter/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-email": "0.42.0-beta11", - "magento/module-cron": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-require-js": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-email": "0.74.0-beta1", + "magento/module-cron": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-require-js": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/OfflinePayments/composer.json b/app/code/Magento/OfflinePayments/composer.json index a0a478d5a64a0..d7df360aa89df 100644 --- a/app/code/Magento/OfflinePayments/composer.json +++ b/app/code/Magento/OfflinePayments/composer.json @@ -3,12 +3,12 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-payment": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-payment": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/OfflineShipping/composer.json b/app/code/Magento/OfflineShipping/composer.json index 4ee66ff206e44..8e0d5b7c01e48 100644 --- a/app/code/Magento/OfflineShipping/composer.json +++ b/app/code/Magento/OfflineShipping/composer.json @@ -3,21 +3,21 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-sales-rule": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-sales-rule": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/PageCache/composer.json b/app/code/Magento/PageCache/composer.json index b0cd589086158..7176399192439 100644 --- a/app/code/Magento/PageCache/composer.json +++ b/app/code/Magento/PageCache/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Payment/composer.json b/app/code/Magento/Payment/composer.json index 70a4a9d5af4b1..ed4c8488d654f 100644 --- a/app/code/Magento/Payment/composer.json +++ b/app/code/Magento/Payment/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-centinel": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-centinel": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Persistent/composer.json b/app/code/Magento/Persistent/composer.json index b09e1e6d7eec9..11767647b3144 100644 --- a/app/code/Magento/Persistent/composer.json +++ b/app/code/Magento/Persistent/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-cron": "0.42.0-beta11", - "magento/module-page-cache": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-cron": "0.74.0-beta1", + "magento/module-page-cache": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/ProductAlert/composer.json b/app/code/Magento/ProductAlert/composer.json index 1e456b79f57b2..be38ece657314 100644 --- a/app/code/Magento/ProductAlert/composer.json +++ b/app/code/Magento/ProductAlert/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Quote/composer.json b/app/code/Magento/Quote/composer.json index 9bc1150e18b91..afc1734fbd94c 100644 --- a/app/code/Magento/Quote/composer.json +++ b/app/code/Magento/Quote/composer.json @@ -3,23 +3,23 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-catalog-rule": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-catalog-rule": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Reports/composer.json b/app/code/Magento/Reports/composer.json index 1292a424044d2..c11dd26ace010 100644 --- a/app/code/Magento/Reports/composer.json +++ b/app/code/Magento/Reports/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-log": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-review": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-downloadable": "0.42.0-beta11", - "magento/module-sales-rule": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-log": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-review": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-downloadable": "0.74.0-beta1", + "magento/module-sales-rule": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/RequireJs/composer.json b/app/code/Magento/RequireJs/composer.json index 59c62378ebb10..2475e1bae2fe9 100644 --- a/app/code/Magento/RequireJs/composer.json +++ b/app/code/Magento/RequireJs/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Review/composer.json b/app/code/Magento/Review/composer.json index 3ac2d8c5deab3..fe9732c3832fe 100644 --- a/app/code/Magento/Review/composer.json +++ b/app/code/Magento/Review/composer.json @@ -3,22 +3,22 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-newsletter": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-newsletter": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-cookie": "0.42.0-beta11" + "magento/module-cookie": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Rss/composer.json b/app/code/Magento/Rss/composer.json index d69a3857b7bdb..57d61c7841650 100644 --- a/app/code/Magento/Rss/composer.json +++ b/app/code/Magento/Rss/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Rule/composer.json b/app/code/Magento/Rule/composer.json index 4f9861088d42d..1325db3409841 100644 --- a/app/code/Magento/Rule/composer.json +++ b/app/code/Magento/Rule/composer.json @@ -3,16 +3,16 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sales/composer.json b/app/code/Magento/Sales/composer.json index 465eb57a56a4b..422223e5139f6 100644 --- a/app/code/Magento/Sales/composer.json +++ b/app/code/Magento/Sales/composer.json @@ -3,34 +3,34 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-sales-rule": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-gift-message": "0.42.0-beta11", - "magento/module-reports": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-wishlist": "0.42.0-beta11", - "magento/module-email": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-sales-rule": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-gift-message": "0.74.0-beta1", + "magento/module-reports": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-wishlist": "0.74.0-beta1", + "magento/module-email": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/SalesRule/composer.json b/app/code/Magento/SalesRule/composer.json index 0ffa29cf56722..7b6dabaf93804 100644 --- a/app/code/Magento/SalesRule/composer.json +++ b/app/code/Magento/SalesRule/composer.json @@ -3,26 +3,26 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-rule": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-reports": "0.42.0-beta11", - "magento/module-catalog-rule": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-rule": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-reports": "0.74.0-beta1", + "magento/module-catalog-rule": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Search/composer.json b/app/code/Magento/Search/composer.json index 86fa6587ca018..415447e9acbc4 100644 --- a/app/code/Magento/Search/composer.json +++ b/app/code/Magento/Search/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog-search": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-reports": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog-search": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-reports": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sendfriend/composer.json b/app/code/Magento/Sendfriend/composer.json index d21e58d9379cc..79ff1d7a327d2 100644 --- a/app/code/Magento/Sendfriend/composer.json +++ b/app/code/Magento/Sendfriend/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Shipping/composer.json b/app/code/Magento/Shipping/composer.json index 66635a57e1149..4b7d996aa9f69 100644 --- a/app/code/Magento/Shipping/composer.json +++ b/app/code/Magento/Shipping/composer.json @@ -3,27 +3,27 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-contact": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-payment": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-contact": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-payment": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "ext-gd": "*", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-fedex": "0.42.0-beta11", - "magento/module-ups": "0.42.0-beta11" + "magento/module-fedex": "0.74.0-beta1", + "magento/module-ups": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Sitemap/composer.json b/app/code/Magento/Sitemap/composer.json index fbbf4562d2ee6..12eb36220dca7 100644 --- a/app/code/Magento/Sitemap/composer.json +++ b/app/code/Magento/Sitemap/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog-url-rewrite": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog-url-rewrite": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Store/composer.json b/app/code/Magento/Store/composer.json index c991778c00e9d..23428c023c772 100644 --- a/app/code/Magento/Store/composer.json +++ b/app/code/Magento/Store/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-directory": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-directory": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Tax/composer.json b/app/code/Magento/Tax/composer.json index 941aaa5593210..aadd966757552 100644 --- a/app/code/Magento/Tax/composer.json +++ b/app/code/Magento/Tax/composer.json @@ -3,23 +3,23 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-config": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-reports": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-config": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-reports": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/TaxImportExport/composer.json b/app/code/Magento/TaxImportExport/composer.json index 73cee1c7822a2..5691c9d7310bb 100644 --- a/app/code/Magento/TaxImportExport/composer.json +++ b/app/code/Magento/TaxImportExport/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-tax": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-tax": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Theme/composer.json b/app/code/Magento/Theme/composer.json index 55d1d0974c5e7..054b5be09cb89 100644 --- a/app/code/Magento/Theme/composer.json +++ b/app/code/Magento/Theme/composer.json @@ -3,23 +3,23 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-widget": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/module-media-storage": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-require-js": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-widget": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/module-media-storage": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-require-js": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-translation": "0.42.0-beta11" + "magento/module-translation": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Translation/composer.json b/app/code/Magento/Translation/composer.json index 8aa8d22d709a1..2b6b99c5a5b66 100644 --- a/app/code/Magento/Translation/composer.json +++ b/app/code/Magento/Translation/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/module-developer": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/module-developer": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Ui/composer.json b/app/code/Magento/Ui/composer.json index 303f152dda5dd..b0982298f12b0 100644 --- a/app/code/Magento/Ui/composer.json +++ b/app/code/Magento/Ui/composer.json @@ -3,13 +3,13 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Ups/composer.json b/app/code/Magento/Ups/composer.json index 1e20507397b78..3ade143714227 100644 --- a/app/code/Magento/Ups/composer.json +++ b/app/code/Magento/Ups/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/UrlRewrite/composer.json b/app/code/Magento/UrlRewrite/composer.json index d19f73d7c5f28..0f6cc4c40641b 100644 --- a/app/code/Magento/UrlRewrite/composer.json +++ b/app/code/Magento/UrlRewrite/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog-url-rewrite": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-cms-url-rewrite": "0.42.0-beta11", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog-url-rewrite": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-cms-url-rewrite": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/User/composer.json b/app/code/Magento/User/composer.json index b8b8c082c03e2..d38aaa90c87b1 100644 --- a/app/code/Magento/User/composer.json +++ b/app/code/Magento/User/composer.json @@ -3,15 +3,15 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-integration": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-integration": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Usps/composer.json b/app/code/Magento/Usps/composer.json index 41c06f2dbd046..68f18c23eb633 100644 --- a/app/code/Magento/Usps/composer.json +++ b/app/code/Magento/Usps/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-shipping": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/module-config": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-shipping": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/module-config": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "lib-libxml": "*", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Variable/composer.json b/app/code/Magento/Variable/composer.json index c848657430cf4..6d7b619e65727 100644 --- a/app/code/Magento/Variable/composer.json +++ b/app/code/Magento/Variable/composer.json @@ -3,14 +3,14 @@ "description": "N/A", "require": { "php": "~5.4.11|~5.5.0|~5.6.0", - "magento/module-backend": "0.42.0-beta11", - "magento/module-email": "0.42.0-beta11", - "magento/module-store": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-backend": "0.74.0-beta1", + "magento/module-email": "0.74.0-beta1", + "magento/module-store": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Version/composer.json b/app/code/Magento/Version/composer.json index 54446a457a44d..9b9831759083c 100644 --- a/app/code/Magento/Version/composer.json +++ b/app/code/Magento/Version/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Webapi/composer.json b/app/code/Magento/Webapi/composer.json index 17d31417ad16d..0136c7bdf532b 100644 --- a/app/code/Magento/Webapi/composer.json +++ b/app/code/Magento/Webapi/composer.json @@ -3,18 +3,18 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-authorization": "0.42.0-beta11", - "magento/module-integration": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-authorization": "0.74.0-beta1", + "magento/module-integration": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-user": "0.42.0-beta11" + "magento/module-user": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Weee/composer.json b/app/code/Magento/Weee/composer.json index b68a250e2dc81..8480dfcfa5fe3 100644 --- a/app/code/Magento/Weee/composer.json +++ b/app/code/Magento/Weee/composer.json @@ -3,20 +3,20 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-tax": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-directory": "0.42.0-beta11", - "magento/module-eav": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-quote": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-tax": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-directory": "0.74.0-beta1", + "magento/module-eav": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-quote": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Widget/composer.json b/app/code/Magento/Widget/composer.json index e2d2a842edd06..0aa395f85c8c8 100644 --- a/app/code/Magento/Widget/composer.json +++ b/app/code/Magento/Widget/composer.json @@ -3,17 +3,17 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-cms": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-variable": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-cms": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-variable": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/code/Magento/Wishlist/composer.json b/app/code/Magento/Wishlist/composer.json index 2c765b3762ba3..004b28a9a14d3 100644 --- a/app/code/Magento/Wishlist/composer.json +++ b/app/code/Magento/Wishlist/composer.json @@ -3,28 +3,28 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/module-store": "0.42.0-beta11", - "magento/module-customer": "0.42.0-beta11", - "magento/module-catalog": "0.42.0-beta11", - "magento/module-checkout": "0.42.0-beta11", - "magento/module-theme": "0.42.0-beta11", - "magento/module-catalog-inventory": "0.42.0-beta11", - "magento/module-rss": "0.42.0-beta11", - "magento/module-backend": "0.42.0-beta11", - "magento/module-sales": "0.42.0-beta11", - "magento/module-grouped-product": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", - "magento/module-ui": "0.42.0-beta11", + "magento/module-store": "0.74.0-beta1", + "magento/module-customer": "0.74.0-beta1", + "magento/module-catalog": "0.74.0-beta1", + "magento/module-checkout": "0.74.0-beta1", + "magento/module-theme": "0.74.0-beta1", + "magento/module-catalog-inventory": "0.74.0-beta1", + "magento/module-rss": "0.74.0-beta1", + "magento/module-backend": "0.74.0-beta1", + "magento/module-sales": "0.74.0-beta1", + "magento/module-grouped-product": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", + "magento/module-ui": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "suggest": { - "magento/module-configurable-product": "0.42.0-beta11", - "magento/module-downloadable": "0.42.0-beta11", - "magento/module-bundle": "0.42.0-beta11", - "magento/module-cookie": "0.42.0-beta11" + "magento/module-configurable-product": "0.74.0-beta1", + "magento/module-downloadable": "0.74.0-beta1", + "magento/module-bundle": "0.74.0-beta1", + "magento/module-cookie": "0.74.0-beta1" }, "type": "magento2-module", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/adminhtml/Magento/backend/composer.json b/app/design/adminhtml/Magento/backend/composer.json index cf75e20e5ac18..fedb7a45696e8 100644 --- a/app/design/adminhtml/Magento/backend/composer.json +++ b/app/design/adminhtml/Magento/backend/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/frontend/Magento/blank/composer.json b/app/design/frontend/Magento/blank/composer.json index ccdc3da87013b..4e238d267afb5 100644 --- a/app/design/frontend/Magento/blank/composer.json +++ b/app/design/frontend/Magento/blank/composer.json @@ -3,11 +3,11 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/design/frontend/Magento/luma/composer.json b/app/design/frontend/Magento/luma/composer.json index 8210d430f42df..6b06d6914a0fe 100644 --- a/app/design/frontend/Magento/luma/composer.json +++ b/app/design/frontend/Magento/luma/composer.json @@ -3,12 +3,12 @@ "description": "N/A", "require": { "php": "~5.5.0|~5.6.0", - "magento/theme-frontend-blank": "0.42.0-beta11", - "magento/framework": "0.42.0-beta11", + "magento/theme-frontend-blank": "0.74.0-beta1", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-theme", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/app/i18n/magento/de_de/composer.json b/app/i18n/magento/de_de/composer.json index e531a741d5ba2..4405c15797e07 100644 --- a/app/i18n/magento/de_de/composer.json +++ b/app/i18n/magento/de_de/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-de_de", "description": "German (Germany) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/en_us/composer.json b/app/i18n/magento/en_us/composer.json index 153bc0d9d3253..e60b68a5e769d 100644 --- a/app/i18n/magento/en_us/composer.json +++ b/app/i18n/magento/en_us/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-en_us", "description": "English (United States) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/es_es/composer.json b/app/i18n/magento/es_es/composer.json index 93032c4b83eb2..b0583142f7b14 100644 --- a/app/i18n/magento/es_es/composer.json +++ b/app/i18n/magento/es_es/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-es_es", "description": "Spanish (Spain) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/fr_fr/composer.json b/app/i18n/magento/fr_fr/composer.json index d3681cbfc371d..f265ca1a3cd32 100644 --- a/app/i18n/magento/fr_fr/composer.json +++ b/app/i18n/magento/fr_fr/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-fr_fr", "description": "French (France) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/nl_nl/composer.json b/app/i18n/magento/nl_nl/composer.json index 91b6f97e6e14a..aefcd710853b4 100644 --- a/app/i18n/magento/nl_nl/composer.json +++ b/app/i18n/magento/nl_nl/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-nl_nl", "description": "Dutch (Netherlands) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/pt_br/composer.json b/app/i18n/magento/pt_br/composer.json index 87a67bf386eab..916daafa18259 100644 --- a/app/i18n/magento/pt_br/composer.json +++ b/app/i18n/magento/pt_br/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-pt_br", "description": "Portuguese (Brazil) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/app/i18n/magento/zh_cn/composer.json b/app/i18n/magento/zh_cn/composer.json index 0c70befdd1474..4075918bcb42b 100644 --- a/app/i18n/magento/zh_cn/composer.json +++ b/app/i18n/magento/zh_cn/composer.json @@ -1,13 +1,13 @@ { "name": "magento/language-zh_cn", "description": "Chinese (China) language", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "magento/framework": "0.42.0-beta11", + "magento/framework": "0.74.0-beta1", "magento/magento-composer-installer": "*" }, "type": "magento2-language", diff --git a/composer.json b/composer.json index 883acc7b9372d..c5b5d17eb8bad 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/project-community-edition", "description": "Magento project (Community Edition)", "type": "project", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/composer.lock b/composer.lock index f35cfe3ae7e52..e941f4cfd37e1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "463c446e1ab4ab0b3d6ea316c8991227", + "hash": "d5894e8331088f5a3432dec4ee28ace4", "packages": [ { "name": "composer/composer", diff --git a/lib/internal/Magento/Framework/AppInterface.php b/lib/internal/Magento/Framework/AppInterface.php index 7a6b7208d18d1..85c2186e67320 100644 --- a/lib/internal/Magento/Framework/AppInterface.php +++ b/lib/internal/Magento/Framework/AppInterface.php @@ -17,7 +17,7 @@ interface AppInterface /** * Magento version */ - const VERSION = '0.42.0-beta11'; + const VERSION = '0.74.0-beta1'; /** * Launch application diff --git a/lib/internal/Magento/Framework/composer.json b/lib/internal/Magento/Framework/composer.json index 2650b2405cc31..d45fdb1c44574 100644 --- a/lib/internal/Magento/Framework/composer.json +++ b/lib/internal/Magento/Framework/composer.json @@ -2,7 +2,7 @@ "name": "magento/framework", "description": "N/A", "type": "magento2-library", - "version": "0.42.0-beta11", + "version": "0.74.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/setup/src/Magento/Setup/Controller/Environment.php b/setup/src/Magento/Setup/Controller/Environment.php index 8b93843046fb9..066c58d914c86 100644 --- a/setup/src/Magento/Setup/Controller/Environment.php +++ b/setup/src/Magento/Setup/Controller/Environment.php @@ -103,7 +103,7 @@ public function phpRawpostAction() 'responseType' => $responseType, 'data' => [ 'version' => PHP_VERSION, - 'ini' => ini_get('always_populate_raw_post_data') + 'ini' => $iniSetting ] ];