1
0
Fork 0

fix line lengths

pull/2322/head
Sam Evaskitas 2013-10-12 14:32:57 +01:00
parent ec3e5bf5ab
commit 2f71d25f31
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ 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-cmd` or `pre-install-cmd` event hooks. If you need to execute scripts prior to `install` or `update` please make sure they are self-contained within your root package.**
**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-cmd` or
`pre-install-cmd` 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