Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Amends f8b5656
  • Loading branch information
mcaskill committed Sep 25, 2020
1 parent 9156ff0 commit 2bf916a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ $ composer require mcaskill/composer-exclude-files
> You can only ignore files from your main `composer.json`.
> File exclusions of dependencies' `composer.json`s are ignored.
From your main `composer.json`, add the `exclude-from-files` property to either the `extra` section.
The list of paths must be relative to the composer manifest.
From your main `composer.json`, add the `exclude-from-files` property to the `extra` section.
The list of paths must be relative to this composer manifest.

This plugin is invoked before the autoloader is dumped, either during `install`/`update`, or via the `dump-autoload` command.
This plugin is invoked before the autoloader is dumped, such as with the commands `install`, `update`, and `dump-autoload`.

Example:

Expand Down

0 comments on commit 2bf916a

Please sign in to comment.