mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Merge pull request #4018 from olavmrk/fix-link-to-installerinterface
Fix link to Composer\Installer\InstallerInterface.
This commit is contained in:
commit
4eb8ecff9c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ An example composer.json of such a template package would be:
|
||||||
## Creating an Installer
|
## Creating an Installer
|
||||||
|
|
||||||
A Custom Installer is defined as a class that implements the
|
A Custom Installer is defined as a class that implements the
|
||||||
[`Composer\Installer\InstallerInterface`][3] and is usually distributed in a
|
[`Composer\Installer\InstallerInterface`][4] and is usually distributed in a
|
||||||
Composer Plugin.
|
Composer Plugin.
|
||||||
|
|
||||||
A basic Installer Plugin would thus compose of three files:
|
A basic Installer Plugin would thus compose of three files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue