1
0
Fork 0

Update custom-installers.md

Fixed documentation error.
pull/1760/head
Jeremy Postlethwaite 2013-04-02 09:00:20 -07:00
parent fc54a48b52
commit e16c697b4c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ package that has the [type][1] `composer-installer`.
A basic Installer would thus compose of two files: A basic Installer would thus compose of two files:
1. the package file: composer.json 1. the package file: composer.json
2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface˚. 2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`.
### composer.json ### composer.json