Skip to content

Commit

Permalink
Framework: remove checking on dev packages requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Lisovyi committed Feb 19, 2019
1 parent 285af5b commit 48b4707
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public function getRequiredExtensions()
/** @var CompletePackageInterface $package */
foreach ($this->getLocker()->getLockedRepository()->getPackages() as $package) {
$requires = array_keys($package->getRequires());
$requires = array_merge($requires, array_keys($package->getDevRequires()));
$allPlatformReqs = array_merge($allPlatformReqs, $requires);
}
}
Expand Down

0 comments on commit 48b4707

Please sign in to comment.