Skip to content

Commit b2bfe21

Browse files
Added magento2 to psr0
1 parent d723905 commit b2bfe21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## 1.7.0 - 2021-12-24
88
### Changed
9-
- Vendor from MediactMagento2 to Mangento2
9+
- Vendor from MediactMagento2 to Magento2
1010
- Copyrights.
1111

1212
### Removed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"mediact/coding-standard": "dev-feature/OTPBBBBBZP-117"
14+
"youwe/coding-standard": "dev-master"
1515
},
1616
"repositories": [
1717
{
@@ -21,7 +21,8 @@
2121
],
2222
"autoload": {
2323
"psr-0": {
24-
"MediactMagento2": "src/MediactMagento2"
24+
"MediactMagento2": "src/MediactMagento2",
25+
"Magento2": "src/Magento2"
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)