File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PHP VarDump Check
2
2
=================
3
3
4
4
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
6
6
and Zend Framework.
7
7
8
8
Install
@@ -13,7 +13,7 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
13
13
``` json
14
14
{
15
15
"require-dev" : {
16
- "jakub-onderka/php-var-dump-check" : " 0.* "
16
+ "jakub-onderka/php-var-dump-check" : " ~0.2 "
17
17
}
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function showOptions()
29
29
* Help
30
30
*/
31
31
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
33
33
---------------------------
34
34
Usage:
35
35
var-dump-check [files or directories]
You can’t perform that action at this time.
0 commit comments