Skip to content

Commit

Permalink
Require environment during custom installation
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris committed Oct 28, 2017
1 parent 43caf3f commit 69e5efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Composer/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
use Composer\Installer\LibraryInstaller;
use Composer\Package\PackageInterface;

require_once __DIR__ . "/../environment.php";

class Installer extends LibraryInstaller
{
public function supports($type)
Expand Down

0 comments on commit 69e5efa

Please sign in to comment.