1
0
Fork 0

Doc tweak

pull/3154/head
Jordi Boggiano 2014-07-23 19:00:59 +02:00
parent e5b36827ee
commit 400f35efde
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ static method) or any command-line executable command. Scripts are useful
for executing a package's custom code or package-specific commands during
the Composer execution process.
**NOTE: Only scripts defined in the root package's `composer.json` are
executed. If a dependency of the root package specifies its own scripts,
Composer does not execute those additional scripts.**
> **Note:** Only scripts defined in the root package's `composer.json` are
> executed. If a dependency of the root package specifies its own scripts,
> Composer does not execute those additional scripts.
## Event names