PHP Class Vanilla\Setup\ComposerHelper

Show file Open project: vanilla/vanilla

Public Methods

Method Description
preUpdate ( Composer\Script\Event $event ) Merge repositories and requirements from a separate composer-local.json.

Private Methods

Method Description
clearAddonManagerCache ( ) Clear the addon manager cache.

Method Details

preUpdate() public static method

This allows static development dependencies to be shipped with Vanilla, but can be customized with a composer-local.json file that specifies additional dependencies such as plugins or compatibility libraries.
public static preUpdate ( Composer\Script\Event $event )
$event Composer\Script\Event The event being fired.