Skip to content

Commit c00c52f

Browse files
committed
Released version 0.2
1 parent 878556a commit c00c52f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PHP VarDump Check
22
=================
33

44
PHP console application for find forgotten variable dump. Support PHP build in method
5-
print_r, var_dump and var_export method and also method from Tracy debugger, Ladybug
5+
`print_r`, `var_dump` and `var_export` method and also method from Tracy debugger, Ladybug
66
and Zend Framework.
77

88
Install
@@ -13,7 +13,7 @@ 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.*"
16+
"jakub-onderka/php-var-dump-check": "~0.2"
1717
}
1818
}
1919
```

var-dump-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function showOptions()
2929
* Help
3030
*/
3131
if (!isset($_SERVER['argv'][1]) || in_array('-h', $_SERVER['argv']) || in_array('--help', $_SERVER['argv'])) { ?>
32-
PHP Var Dump check version 0.1
32+
PHP Var Dump check version 0.2
3333
---------------------------
3434
Usage:
3535
var-dump-check [files or directories]

0 commit comments

Comments
 (0)