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 9cbac04 commit c7b30cbCopy full SHA for c7b30cb
README.md
@@ -13,7 +13,7 @@ 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.2"
+ "jakub-onderka/php-var-dump-check": "~0.3"
17
}
18
19
```
var-dump-check.php
@@ -1,7 +1,7 @@
1
<?php
2
use JakubOnderka\PhpVarDumpCheck;
3
4
-const VERSION = '0.2';
+const VERSION = '0.3';
5
6
const SUCCESS = 0,
7
WITH_ERRORS = 1,
0 commit comments