Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Console/UpgradeHelperCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
}
}
return Command::SUCCESS;
}
return Command::SUCCESS;
}
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "somethingdigital/magento2-upgradehelper",
"description": "This tool assists engineers in identifying changes to Magento core and how they can impact customizations",
"type": "magento2-module",
"require": {
"symfony/console": ">=5.1"
},
"license": "proprietary",
"autoload": {
"psr-4": {
"SomethingDigital\\Upgradehelper\\": ""
}
}
}