We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02375 commit 758205cCopy full SHA for 758205c
README.md
@@ -13,12 +13,12 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
13
```json
14
{
15
"require-dev": {
16
- "jakub-onderka/php-var-dump-check": "~0.3"
+ "php-parallel-lint/php-var-dump-check": "~0.4"
17
}
18
19
```
20
21
-For colored output install suggested package `jakub-onderka/php-console-highlighter`.
+For colored output install suggested package `php-parallel-lint/php-console-highlighter`.
22
23
Usage and example output
24
--------------
0 commit comments