Skip to content

Commit ffffd45

Browse files
committed
fix: set ^ operator to mmlc version
1 parent 3a639ad commit ffffd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/ModuleFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static function createFromArray(array $array): Module
9595
$module->setAutoload($autoload);
9696
$module->setTags($array['tags'] ?? '');
9797
$module->setPhp($array['php'] ?? []);
98-
$module->setMmlc($array['mmlc'] ?? ['version' => App::getMmlcVersion()]);
98+
$module->setMmlc($array['mmlc'] ?? ['version' => '^' . App::getMmlcVersion()]);
9999

100100
// Module
101101
$module->setLocalRootPath($array['localRootPath'] ?? '');

0 commit comments

Comments
 (0)