1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00
Commit graph

17 commits

Author SHA1 Message Date
Olav Morken
b0a7c2612d Fix link to Composer\Installer\InstallerInterface.
The link was pointing to Composer\Plugin\PluginInterface since
commit 98e5eab. Fix the link by updating the reference from
`[3]` to `[4]`.
2015-05-10 20:34:05 +02:00
Jordi Boggiano
0c85ca426d Add code-fences to examples for syntax highlighting 2014-05-19 12:17:07 +02:00
Peter Schultz
9d15a32405 Add missing require to example composer.json 2013-09-16 01:39:08 +02:00
Nils Adermann
f69a47066d Fix numbering in custom installers article 2013-09-08 18:03:05 +02:00
Fabian Vogler
7b43d4909c Use getPackageBasePath instead of getInstallPath
As LibraryInstaller uses getPackageBasePath for uninstall: https://github.com/composer/composer/blob/master/src/Composer/Installer/LibraryInstaller.php#L126
2013-09-06 17:44:16 +02:00
Fabian Vogler
0f9988b065 Documentation fixes for composer-plugin type 2013-09-06 16:49:01 +02:00
Nils Adermann
98e5eabf75 Document how to write and use plugins 2013-09-05 20:08:17 +02:00
Jeremy Postlethwaite
e16c697b4c Update custom-installers.md
Fixed documentation error.
2013-04-02 09:00:20 -07:00
David Zülke
d693bdf3bc Clarify custom installer names/interfaces
"i.e." is an abbreviation for "id est", meaning "that is". The intention here is probably "e.g.", "exempli gratia", meaning "for example".

Also gave non-`Composer\` example path and added the name of the interface an installer should implement (it's mentioned later in the article, but it's useful to mention it early).
2013-03-13 16:39:22 +02:00
Igor Wiedler
d93f03d0c4 Re-wrap and re-format some docs to make the LaTeX friendly 2012-08-29 22:30:47 +02:00
Andrew Short
e0a1d9ef58 Support multiple installers in a composer-installer package. 2012-05-25 18:28:53 +10:00
Igor Wiedler
3580f033df [improve-docs] Add taglines to articles 2012-04-13 12:13:52 +02:00
Jordi Boggiano
6c6c95e506 Reword some things and make it a bit more accurate 2012-04-08 19:09:57 +02:00
Mike van Riel
2f2f2e4f26 Incorporated latest feedback: added use statement in code example and removed explicit type-cast 2012-04-08 14:24:34 +02:00
Mike van Riel
b3e0126acf Removed trailing comma 2012-04-07 18:47:53 +02:00
Mike van Riel
5b8ba09bfc Renamed phpdocumentor/template. to phpdocumentor/template- and limited line length to 80 characters 2012-04-07 18:46:58 +02:00
Mike van Riel
74f460ed80 Written documentation on Custom Installers 2012-04-07 18:27:54 +02:00