Skip to content

Commit

Permalink
Merge pull request #6 from ipimpat/develop
Browse files Browse the repository at this point in the history
Add missing lodash dependency
  • Loading branch information
ipimpat committed Apr 20, 2023
2 parents e7b2fb9 + 0f1ff1b commit b61c212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected function install(): void
'@popperjs/core' => '^2.11.6',
'bootstrap' => '^5.2.3',
'bootstrap-icons' => '^1.10.2',
'lodash' => '^4.17.19',
'sass' => '^1.57.1',
] + $packages;
});
Expand Down

0 comments on commit b61c212

Please sign in to comment.