瀏覽代碼

Add Composer v2 compatibility

Eric BELLOT 3 年之前
父節點
當前提交
a31b52334b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/BaseBuilderCommand.php

+ 2 - 0
src/BaseBuilderCommand.php

@@ -4,6 +4,8 @@ declare(strict_types=1);
 
 namespace Fgm\Drupal\Composer;
 
+require_once __DIR__.'/../../../../vendor/autoload.php';
+
 use Composer\Command\BaseCommand;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;