File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed
Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Run `bin/magento` in the Magento 2 root and look for the `eav:` commands.
2020Installation 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments