Skip to content

Commit eaf3917

Browse files
committed
Clean composer.json
1 parent 89e0481 commit eaf3917

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run `bin/magento` in the Magento 2 root and look for the `eav:` commands.
2020
Installation with composer:
2121

2222
```bash
23-
composer require hackathon/magento2-eavcleaner
23+
composer require magento-hackathon/module-eavcleaner-m2
2424
```
2525

2626

@@ -33,4 +33,4 @@ composer require hackathon/magento2-eavcleaner
3333
- Benno Lippert
3434
- Damian Luszczymak
3535
- Joke Puts
36-
- Ralf Siepker
36+
- Ralf Siepker

composer.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
2-
"name": "hackathon/magento2-eavcleaner",
3-
"description": "Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.",
4-
"require": {
5-
"php": "~7.1|~7.2|~7.3",
6-
"magento/magento2-base": "~2.2|~2.3",
7-
"magento/magento-composer-installer": "*"
8-
},
9-
"type": "magento2-module",
10-
"autoload": {
11-
"files": [
12-
"registration.php"
13-
],
14-
"psr-4": {
15-
"Hackathon\\EAVCleaner\\": ""
2+
"name": "magento-hackathon/module-eavcleaner-m2",
3+
"description": "Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.",
4+
"require": {
5+
"php": "~7.3||~8.0",
6+
"magento/magento2-base": "~2.2"
7+
},
8+
"type": "magento2-module",
9+
"autoload": {
10+
"files": [
11+
"registration.php"
12+
],
13+
"psr-4": {
14+
"Hackathon\\EAVCleaner\\": ""
15+
}
1616
}
17-
}
1817
}

0 commit comments

Comments
 (0)