Skip to content

Commit 20fd144

Browse files
committed
Improved missing hyva packages detection v2
1 parent 59f7478 commit 20fd144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

view/adminhtml/templates/hyvathemechecker.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<?php
2323
$commands = '';
2424
foreach ($items as $name => $packageName) {
25+
$commands .= 'composer require hyva-themes/magento2-compat-module-fallback' . PHP_EOL;
2526
$commands .= 'composer require ' . $block->escapeHtml($packageName) . PHP_EOL;
2627
$commands .= 'bin/magento setup:upgrade' . PHP_EOL;
2728
$commands .= 'bin/magento setup:di:compile' . PHP_EOL;

0 commit comments

Comments
 (0)