Skip to content

Commit 758205c

Browse files
committed
Fixed vendor names in readme for install
1 parent 7a02375 commit 758205c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
1313
```json
1414
{
1515
"require-dev": {
16-
"jakub-onderka/php-var-dump-check": "~0.3"
16+
"php-parallel-lint/php-var-dump-check": "~0.4"
1717
}
1818
}
1919
```
2020

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

2323
Usage and example output
2424
--------------

0 commit comments

Comments
 (0)