PHP Class Vinkla\Climb\Ladder

Author: Vincent Klaiber ([email protected])
Author: Jens Segers ([email protected])
Show file Open project: vinkla/climb Class Usage Examples

Protected Properties

Property Type Description
$composer Composer The composer instance.

Public Methods

Method Description
__construct ( string | null $directory = null ) : void Create a new ladder instance.
getOutdatedPackages ( array $excluded = [] ) : array Get outdated packages with their current and latest version.

Method Details

__construct() public method

Create a new ladder instance.
public __construct ( string | null $directory = null ) : void
$directory string | null
return void

getOutdatedPackages() public method

Get outdated packages with their current and latest version.
public getOutdatedPackages ( array $excluded = [] ) : array
$excluded array
return array

Property Details

$composer protected property

The composer instance.
protected Composer,Vinkla\Climb $composer
return Composer