From c103b54991b5f5a3d8abfbd36589c32200004450 Mon Sep 17 00:00:00 2001 From: James Moran Date: Mon, 27 Jan 2014 19:45:20 -0500 Subject: [PATCH] updated documentation with pre/post archive events --- doc/articles/scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 06e7c784d..ff9c8b5bc 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -40,6 +40,8 @@ Composer fires the following named events during its execution process: installed, during the `create-project` command. - **post-create-project-cmd**: occurs after the `create-project` command is executed. +- **pre-archive-cmd**: occurs before the `archive` command is executed. +- **post-archive-cmd**: occurs after the `archive` command is executed. **NOTE: Composer makes no assumptions about the state of your dependencies prior to `install` or `update`. Therefore, you should not specify scripts that