Skip to content

Commit

Permalink
Fix forgotten merge
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Feb 16, 2021
1 parent 2e34d98 commit 5aad483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Extension/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public function calculateDependencies($extensionSet, $enabledIds)
{
$this->extensionDependencyIds = (new Collection(Arr::get($this->composerJson, 'require', [])))
->keys()
->merge(Arr::get($this->composerJson, 'extra.flarum-extension.optional-dependencies', []))
->filter(function ($key) use ($extensionSet) {
return array_key_exists($key, $extensionSet);
})
Expand Down

0 comments on commit 5aad483

Please sign in to comment.