Fix docs
parent
083ca464b3
commit
5fc0de566f
|
@ -34,10 +34,10 @@ Composer fires the following named events during its execution process:
|
||||||
|
|
||||||
## Defining scripts
|
## Defining scripts
|
||||||
|
|
||||||
The root JSON object in `composer.json` should have a member called `"scripts"`,
|
The root JSON object in `composer.json` should have a property called
|
||||||
which contains pairs of named events and each event's corresponding
|
`"scripts"`, which contains pairs of named events and each event's
|
||||||
scripts. An event's scripts can be defined as either as a string (only for
|
corresponding scripts. An event's scripts can be defined as either as a string
|
||||||
a single script) or an array (for single or multiple scripts.)
|
(only for a single script) or an array (for single or multiple scripts.)
|
||||||
|
|
||||||
For any given event:
|
For any given event:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue