Explorar o código

added warning about referencing dependencies in pre-install and pre-update

Sam Evaskitas %!s(int64=11) %!d(string=hai) anos
pai
achega
bd36f5ef1b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      doc/articles/scripts.md

+ 2 - 0
doc/articles/scripts.md

@@ -41,6 +41,8 @@ Composer fires the following named events during its execution process:
 - **post-create-project-cmd**: occurs after the `create-project` 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 require Composer-managed dependencies in the `pre-update` or `pre-install` event hooks. If you need to execute scripts prior to `install` or `update` please make sure they are self-contained within your root package.
+
 ## Defining scripts
 
 The root JSON object in `composer.json` should have a property called