PHP Class Robo\composer\ScriptHandler

Afficher le fichier Open project: codegyre/robo

Méthodes publiques

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

Méthodes protégées

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

Method Details

checkDependencies() public static méthode

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 méthode

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

fixDependenciesFor55() protected static méthode

protected static fixDependenciesFor55 ( )