Documentation

InstallerEvents
in package

The Installer Events.

Tags
author

François Pluchino francois.pluchino@gmail.com

Table of Contents

POST_DEPENDENCIES_SOLVING  = 'post-dependencies-solving'
The POST_DEPENDENCIES_SOLVING event occurs as a installer after resolve operations.
PRE_DEPENDENCIES_SOLVING  = 'pre-dependencies-solving'
The PRE_DEPENDENCIES_SOLVING event occurs as a installer begins resolve operations.

Constants

POST_DEPENDENCIES_SOLVING

The POST_DEPENDENCIES_SOLVING event occurs as a installer after resolve operations.

public string POST_DEPENDENCIES_SOLVING = 'post-dependencies-solving'

The event listener method receives a Composer\Installer\InstallerEvent instance.

PRE_DEPENDENCIES_SOLVING

The PRE_DEPENDENCIES_SOLVING event occurs as a installer begins resolve operations.

public string PRE_DEPENDENCIES_SOLVING = 'pre-dependencies-solving'

The event listener method receives a Composer\Installer\InstallerEvent instance.

Search results