diff --git a/README.md b/README.md index 8c6587b..dc5e004 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Just create a `composer.json` file and run the `php composer.phar install` comma ```json { "require-dev": { - "jakub-onderka/php-var-dump-check": "~0.2" + "jakub-onderka/php-var-dump-check": "~0.3" } } ``` diff --git a/var-dump-check.php b/var-dump-check.php index f055e2e..6f1fb63 100644 --- a/var-dump-check.php +++ b/var-dump-check.php @@ -1,7 +1,7 @@