sozo-design/Magento2_CurrencyConversionExtended

View on GitHub
etc/module.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
  ~ SOZO Design Ltd
  ~
  ~ NOTICE OF LICENSE
  ~
  ~ This source file is subject to the Open Software License (OSL 3.0)
  ~ that is bundled with this package in the file LICENSE.
  ~ It is also available through the world-wide-web at this URL:
  ~ http://opensource.org/licenses/osl-3.0.php
  ~
  ~ @category    SOZO Design Ltd
  ~ @package     Sozo_CurrencyConversionExtended
  ~ @copyright   Copyright (c) 2019 SOZO Design Ltd (https://sozodesign.com)
  ~ @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
  -->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
    <module name="Sozo_CurrencyConversionExtended" setup_version="1.2.0">
        <sequence>
            <module name="Magento_Directory"/>
        </sequence>
    </module>
</config>