We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723905 commit b2bfe21Copy full SHA for b2bfe21
CHANGELOG.md
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## 1.7.0 - 2021-12-24
8
### Changed
9
-- Vendor from MediactMagento2 to Mangento2
+- Vendor from MediactMagento2 to Magento2
10
- Copyrights.
11
12
### Removed
composer.json
@@ -11,7 +11,7 @@
}
],
13
"require": {
14
- "mediact/coding-standard": "dev-feature/OTPBBBBBZP-117"
+ "youwe/coding-standard": "dev-master"
15
},
16
"repositories": [
17
{
@@ -21,7 +21,8 @@
21
22
"autoload": {
23
"psr-0": {
24
- "MediactMagento2": "src/MediactMagento2"
+ "MediactMagento2": "src/MediactMagento2",
25
+ "Magento2": "src/Magento2"
26
27
28
0 commit comments