Skip to content

Commit

Permalink
Merge pull request #509 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
Shorten "check" command example in README
  • Loading branch information
maglnet authored Feb 8, 2024
2 parents 9f60cc2 + 1dfad06 commit a5d615f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ If you haven't already setup your composer installation to support global requir
If this is already done, run it like this:

```
composer-require-checker check /path/to/your/project/composer.json
composer-require-checker check composer.json
```

The `composer.json` here refers to the root Composer manifest of your project.

### A note about Xdebug

If your PHP is including Xdebug when running ComposerRequireChecker, you may experience additional issues like exceeding the Xdebug-related max-nesting-level - and on top, Xdebug slows PHP down.
Expand Down

0 comments on commit a5d615f

Please sign in to comment.