1
0
Fork 0
Commit Graph

13 Commits (5be0ba14fe9fa2cf129ab1fc2c189254b0748886)

Author SHA1 Message Date
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