\Composer\InstallerInstallerEvents

The Installer Events.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
PRE_DEPENDENCIES_SOLVING
POST_DEPENDENCIES_SOLVING
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

PRE_DEPENDENCIES_SOLVING

PRE_DEPENDENCIES_SOLVING = 'pre-dependencies-solving' : string

The PRE_DEPENDENCIES_SOLVING event occurs as a installer begins resolve operations.

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

POST_DEPENDENCIES_SOLVING

POST_DEPENDENCIES_SOLVING = 'post-dependencies-solving' : string

The POST_DEPENDENCIES_SOLVING event occurs as a installer after resolve operations.

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