Browse Source

Added reference to script events in plugins.md

Nico Schoenmaker 11 years ago
parent
commit
14b463da1c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/articles/plugins.md

+ 3 - 0
doc/articles/plugins.md

@@ -84,6 +84,8 @@ The events available for plugins are:
   you to manipulate the `RemoteFilesystem` object prior to downloading files
   based on the URL to be downloaded.
 
+> A plugin can also subscribe to [script events][7].
+
 Example:
 
     namespace Naderman\Composer\AWS;
@@ -145,3 +147,4 @@ local project plugins are loaded.
 [4]: https://github.com/composer/composer/blob/master/src/Composer/Composer.php
 [5]: https://github.com/composer/composer/blob/master/src/Composer/IO/IOInterface.php
 [6]: https://github.com/composer/composer/blob/master/src/Composer/EventDispatcher/EventSubscriberInterface.php
+[7]: ./scripts.md#event-names