Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed May 11, 2019
1 parent d8d1891 commit 6404b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -70,6 +70,7 @@ foreach ($section as $autoload) {
There are a few built in commands to read certain sections from the [composer schema](https://getcomposer.org/doc/04-schema.md):

|Section|Class
|-------|-----
|`require`|RequireSection
|`require-dev`|RequireDevSection
|`autoload`|AutoloadSection
Expand Down Expand Up @@ -102,4 +103,4 @@ $reader->runCommand('dump-autoload'); // equals to `composer dump-autoload`
```

This will try to run the dump-autoload command on the specific composer.json file, of course this requires the the composer global binary
is installed on the current system (install composer globally: https://getcomposer.org/doc/00-intro.md#globally)
is installed on the current system (install composer globally: https://getcomposer.org/doc/00-intro.md#globally)

0 comments on commit 6404b88

Please sign in to comment.