Skip to content

Commit

Permalink
Clarify difference in create-project related scripts
Browse files Browse the repository at this point in the history
I wasn't entirely clear the difference between post-root-package-install and post-create-project-cmd, so this is an effort to clarify (as to the best of my understanding.)
  • Loading branch information
bradjones1 authored Nov 23, 2020
1 parent b7d7706 commit 4b2df65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/articles/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Composer fires the following named events during its execution process:
- **post-autoload-dump**: occurs after the autoloader has been dumped, either
during `install`/`update`, or via the `dump-autoload` command.
- **post-root-package-install**: occurs after the root package has been
installed, during the `create-project` command.
installed during the `create-project` command (but before its
dependencies are installed).
- **post-create-project-cmd**: occurs after the `create-project` command has
been executed.

Expand Down

0 comments on commit 4b2df65

Please sign in to comment.