Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlen committed Nov 15, 2021
2 parents 42b5686 + f2f276f commit b028418
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ repos:
- id: pretty-format-json
args: ["--indent=4", "--autofix", "--no-sort-keys"]
- repo: https://github.com/eriocnemis/git.MagentoPreCommitHooks
rev: 1.0.8
rev: 1.0.10
hooks:
- id: magento-xml
- id: magento-phpcs
args: ["--autofix"]
- id: magento-phpmd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version | 2.0.* | 2.1.* | 2.2.* | 2.3.* | 2.4.*
Magento Community | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Magento Enterprise | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Magento Cloud | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Extension version | [2.0.2](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.0.2.zip) | [2.1.2](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.1.2.zip) | [2.2.2](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.2.2.zip) | [2.3.2](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.3.1.zip) |[2.4.2](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.4.2.zip)
Extension version | [2.0.3](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.0.3.zip) | [2.1.3](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.1.3.zip) | [2.2.3](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.2.3.zip) | [2.3.3](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.3.3.zip) |[2.4.3](https://github.com/eriocnemis/m2.ExchangeEcb/archive/2.4.3.zip)

## Install

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eriocnemis/module-exchange-ecb",
"description": "The extension retrieves currency exchange rates from the European Central Bank.",
"type": "magento2-module",
"version": "2.1.2",
"version": "2.1.3",
"authors": [
{
"name": "Eriocnemis Team",
Expand All @@ -19,10 +19,10 @@
},
"autoload": {
"files": [
"registration.php"
"src/registration.php"
],
"psr-4": {
"Eriocnemis\\ExchangeEcb\\": ""
"Eriocnemis\\ExchangeEcb\\": "src"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion etc/module.xml → src/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eriocnemis_ExchangeEcb" setup_version="2.1.2">
<module name="Eriocnemis_ExchangeEcb" setup_version="2.1.3">
<sequence>
<module name="Magento_Directory"/>
<module name="Magento_Store"/>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b028418

Please sign in to comment.