We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2186937 commit 9152d91Copy full SHA for 9152d91
2 files changed
README.md
@@ -8,7 +8,7 @@ PHP-package to find difference between two files.
8
## Installation
9
10
With Composer:
11
-`composer global require sabirivan/gendiff:^1.5`
+`composer global require sabirivan/gendiff:^1.6`
12
13
## Input and output data
14
src/Runner.php
@@ -21,7 +21,7 @@ function run()
21
DOC;
22
23
try {
24
- $args = \Docopt::handle($doc, array("version" => "GenDiff 1.5"));
+ $args = \Docopt::handle($doc, array("version" => "GenDiff 1.6"));
25
$diff = render($args["<firstFile>"], $args["<secondFile>"], $args["--format"]);
26
print_r($diff);
27
} catch (\Exception $e) {
0 commit comments