1
0
Fork 0

Fix numbering in custom installers article

pull/2245/head
Nils Adermann 2013-09-06 14:15:11 +02:00
parent 5be0ba14fe
commit f69a47066d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ A basic Installer Plugin would thus compose of three files:
1. the package file: composer.json 1. the package file: composer.json
2. The Plugin class, e.g.: `My\Project\Composer\Plugin.php`, containing a class that implements `Composer\Plugin\PluginInterface`. 2. The Plugin class, e.g.: `My\Project\Composer\Plugin.php`, containing a class that implements `Composer\Plugin\PluginInterface`.
2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`. 3. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`.
### composer.json ### composer.json