Skip to content

Commit

Permalink
Merge pull request #341 from simPod/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
maglnet authored Dec 13, 2021
2 parents 7d73b3e + 3c1cbda commit 06cd993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ So the usual workflow would be

### Dealing with custom installer plugins

Composer require checker only fetches it's knowledge of where files are from your project's `composer.json`. It does not use Composer itself to understand custom directory structures.
Composer require checker only fetches its knowledge of where files are from your project's `composer.json`. It does not use Composer itself to understand custom directory structures.

If your project requires to use any install plugins to put files in directories that are not `vendor/` or defined via the `vendor-dir` config setting in `composer.json`, composer require checker will fail to detect the required code correctly.

Expand Down

0 comments on commit 06cd993

Please sign in to comment.