Skip to content

Commit

Permalink
Fixed vendor names in readme for install
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Apr 25, 2020
1 parent 7a02375 commit 758205c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
```json
{
"require-dev": {
"jakub-onderka/php-var-dump-check": "~0.3"
"php-parallel-lint/php-var-dump-check": "~0.4"
}
}
```

For colored output install suggested package `jakub-onderka/php-console-highlighter`.
For colored output install suggested package `php-parallel-lint/php-console-highlighter`.

Usage and example output
--------------
Expand Down

0 comments on commit 758205c

Please sign in to comment.