Eloquent\Composer\NpmBridge\NpmBridgeFactory::__construct PHP Method

__construct() public method

Construct a new NPM bridge factory.
public __construct ( NpmVendorFinder $vendorFinder, NpmClient $client )
$vendorFinder NpmVendorFinder The vendor finder to use.
$client NpmClient The client to use.
    public function __construct(NpmVendorFinder $vendorFinder, NpmClient $client)
    {
        $this->vendorFinder = $vendorFinder;
        $this->client = $client;
    }