Skip to content

Commit

Permalink
Include craft-module
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Dec 14, 2023
1 parent bea6e57 commit 36483b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function getModuleAliases(): Collection
$packages = new Collection($data['packages'] ?? null);

return $packages
->where('type', 'yii-module')
->whereIn('type', ['yii-module', 'craft-module'])
->flatMap(function($package) {
$packageName = $package['name'] ?? null;

Expand Down

0 comments on commit 36483b1

Please sign in to comment.