trait InteractsWithComposerPackages

Methods

void
requireComposerPackages(string $composer, array $packages)

Install the given Composer packages into the application.

string
phpBinary()

Get the path to the appropriate PHP binary.

Details

at line 18
protected void requireComposerPackages(string $composer, array $packages)

Install the given Composer packages into the application.

Parameters

string $composer
array $packages

Return Value

void

at line 39
protected string phpBinary()

Get the path to the appropriate PHP binary.

Return Value

string