PHP Class Robo\composer\ScriptHandler

Show file Open project: codegyre/robo

Public Methods

Method Description
checkDependencies ( Composer\Script\Event $event ) Run prior to composer installl when a composer.lock is present.

Protected Methods

Method Description
checkDependenciesFor55 ( ) Check to see if the dependencies in composer.lock are compatible with php 5.5.
fixDependenciesFor55 ( )

Method Details

checkDependencies() public static method

Run prior to composer installl when a composer.lock is present.
public static checkDependencies ( Composer\Script\Event $event )
$event Composer\Script\Event

checkDependenciesFor55() protected static method

Check to see if the dependencies in composer.lock are compatible with php 5.5.
protected static checkDependenciesFor55 ( )

fixDependenciesFor55() protected static method

protected static fixDependenciesFor55 ( )